Skip to content

Commit

Permalink
chore: generate files during tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eEQK committed Feb 9, 2025
1 parent 11e5aba commit 9b25b12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
- run: gzip -d javy-x86_64-linux-v4.0.0.gz
- run: chmod +x javy-x86_64-linux-v4.0.0
- run: bun install
- run: bun build --entrypoints ./src/app.ts --outfile=out.js --minify --target browser
- run: ./javy-x86_64-linux-v4.0.0 build out.js -o plugin.wasm
- name: Run tests
run: cd test && bun run test
run: bun run test
- id: calculate_sha256
run: |
sha256sum plugin.wasm > plugin.wasm.sha256
Expand Down

0 comments on commit 9b25b12

Please sign in to comment.