Skip to content

Commit

Permalink
Headless CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 17, 2023
1 parent 5f1c108 commit b762ea7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ jobs:
node: [ 16, 18 ]
name: Tests on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Checkout and Build
uses: actions/checkout@v3
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run compile
- run: npm run test-coverage
run: npm install
run: npm run compile
- name: Test Headless
uses: coactions/[email protected]
with:
npm run test
run-tests-win:
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit b762ea7

Please sign in to comment.