Skip to content

Commit

Permalink
Avoid e2e for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 15, 2023
1 parent 8f81052 commit d661590
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 != 'ubuntu-latest' # we need to fix ubuntu-latest first
if: matrix.os == 'windows-latest' # we need to fix ubuntu-latest first & macos-latest as well (1.85 broke everything)
uses: smithki/[email protected]
with:
run: npm run test-with-coverage:e2e
Expand Down

0 comments on commit d661590

Please sign in to comment.