Skip to content

Commit

Permalink
Use test-headless instead of individ.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanluker authored Feb 11, 2022
1 parent c1495de commit 26b41eb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
matrix:
include:
- os: macos-latest
test-unit: test-unit
test-integration: test-integration
test: test
- os: windows-latest
test-unit: test-unit
test-integration: test-integration
test: test
- os: ubuntu-latest
test-unit: test-unit-headless
test-integration: test-integration-headless
test: test-headless
runs-on: ${{ matrix.os }}
env:
CI: true
Expand All @@ -30,5 +27,4 @@ jobs:
node-version: 14.18
- run: npm ci
- run: npm run build
- run: npm run ${{ matrix.test-unit }}
- run: npm run ${{ matrix.test-integration }}
- run: npm run ${{ matrix.test }}

0 comments on commit 26b41eb

Please sign in to comment.