Skip to content

Commit

Permalink
Run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Nov 7, 2024
1 parent 374de7b commit bef36f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
npm ci || npm install
shell: bash
- name: Run tests
run: npm test
shell: bash

- run: |
cd action
npm run build
Expand Down

0 comments on commit bef36f6

Please sign in to comment.