Skip to content

Commit

Permalink
ci: compile first
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 9, 2024
1 parent e21c210 commit 5b791b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Compile each package
run: npm run compile --workspaces --if-present

- name: Run tests for the socket.io-parser package
run: npm test --workspace=socket.io-parser --workspace=socket.io-client
env:
Expand Down

0 comments on commit 5b791b9

Please sign in to comment.