Skip to content

Commit

Permalink
Back to 3 os and avoid using ubuntu for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 23, 2023
1 parent 136af16 commit 8a17336
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest] # [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [lts/gallium]

steps:
Expand All @@ -27,12 +27,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run compile
# - name: Run headless test
# uses: smithki/[email protected]
# with:
# run: npm run test:e2e
# options: --disable-features=NetworkService --disable-gpu
- run: npm test
- name: Run headless test
if: matrix.os != 'ubuntu-latest' # we need to fix ubuntu-latest first
uses: smithki/[email protected]
with:
run: npm run test:e2e
- name: Unit Tests
run: npm run test:unit
# - name: Contribute List
Expand Down

0 comments on commit 8a17336

Please sign in to comment.