Skip to content

Commit

Permalink
Build brotli-wasm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Apr 18, 2024
1 parent 6f6c1af commit b3e66bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install brotli-wasm dependencies for tests
run: npm install
working-directory: test/brotli-wasm
- name: Build brotli-wasm for tests
run: npm run build
working-directory: test/brotli-wasm
- run: npm run build
- run: npm run test
# >=0.13.2 because of arethetypeswrong/arethetypeswrong.github.io#117.
Expand Down

0 comments on commit b3e66bb

Please sign in to comment.