Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 24, 2024
1 parent 81a64d0 commit cb0f9ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4

- name: Build coverage addon
run: |
yarn install
yarn build
- name: Run tests in webpack example
run: |
yarn install
Expand Down

0 comments on commit cb0f9ea

Please sign in to comment.