Skip to content

Commit

Permalink
fix: run javascript tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 11, 2020
1 parent 55a30b9 commit 8978837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: cargo install wasm-pack
- name: Build
run: npm run build
- name: Run Javascript Tests
run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8978837

Please sign in to comment.