Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Feb 17, 2024
1 parent 5f11746 commit 40d4361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
npm run build
cd tests/consumers/cjs && npm install && npm run test
cd ../esm && npm install && npm run test
cd ../ts && npm install && npm run test
cd ../ts-local && npm install && npm run test
linting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40d4361

Please sign in to comment.