Skip to content

Commit

Permalink
fix: correct errors in build and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwimberger committed Nov 23, 2024
1 parent 61b523a commit 5d7c5b3
Show file tree
Hide file tree
Showing 3 changed files with 1,408 additions and 270 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: npm run test
run: npm i && npm run test


Loading

0 comments on commit 5d7c5b3

Please sign in to comment.