Skip to content

Commit

Permalink
Add test step.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 17, 2023
1 parent cb44a2a commit 8d9abb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run compile
- run: npm run test
run-tests-win:
runs-on: windows-latest
strategy:
Expand All @@ -27,3 +28,5 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run compile
- run: npm run test

0 comments on commit 8d9abb5

Please sign in to comment.