Skip to content

Commit

Permalink
ci: fix tests following merge
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 4, 2024
1 parent e0798a8 commit 06b3972
Show file tree
Hide file tree
Showing 8 changed files with 14,696 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
if: ${{ matrix.node-version == '16' }}

- name: Run tests
run: npm test
env:
CI: true
run: npm test --workspaces

build-examples:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ coverage
.idea
.nyc_output
dist/
build/
Loading

0 comments on commit 06b3972

Please sign in to comment.