Skip to content

Commit

Permalink
patch/tooling: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebdavis committed Oct 26, 2023
1 parent 42b8487 commit 8960b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
node-version: 16.x
- name: Install NPM dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm test

0 comments on commit 8960b59

Please sign in to comment.