Skip to content

Commit

Permalink
remove debug prints from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Jan 31, 2024
1 parent 7ac7d00 commit fabffc4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ jobs:
run: cargo install --path tools/cli

- name: Build marine-js wasm
run: |
cargo install wasm-tools
rustup show
wasm-pack --version
git status
./build.sh
wasm-tools print marine-js-pkg/marine_js_bg.wasm | grep "(import"
wasm-tools print marine-js-pkg/marine_js_bg.wasm | grep "(export"
run: ./build.sh
working-directory: marine-js

- name: Install marine-js npm dependencies
Expand Down

0 comments on commit fabffc4

Please sign in to comment.