Skip to content

Commit

Permalink
testing macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 15, 2023
1 parent 1e75ff4 commit 9231231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: npm install
- run: npm run compile
- name: Run headless test
if: matrix.os == 'windows-latest' # we need to fix ubuntu-latest first & macos-latest as well (1.85 broke everything)
if: matrix.os != 'ubuntu-latest' # node 18.18.2 & vscode 1.84.2 works, another version breaks
uses: smithki/[email protected]
with:
run: npm run test-with-coverage:e2e
Expand Down

0 comments on commit 9231231

Please sign in to comment.