Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Apr 30, 2022
1 parent e14d49a commit 4a1bf47
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
override: true
profile: minimal

- run: |
- name: Build wasm-bindgen-test-runner
run: |
cd wasm-bindgen
cargo build -p wasm-bindgen-cli --bin wasm-bindgen-test-runner --release
cp target/release/wasm-bindgen-test-runner ~/.cargo/bin/wasm-bindgen-test-runner
Expand Down Expand Up @@ -163,19 +164,6 @@ jobs:
VERSION=`cargo pkgid --frozen wasm-bindgen | cut -d ":" -f 3`
cargo install --version $VERSION wasm-bindgen-cli
- name: debug
run: |
geckodriver --version
echo ""
which geckodriver
chromedriver --version
echo ""
which chromedriver
echo ""
wasm-bindgen --version
echo ""
which wasm-bindgen
- name: Run tests - yew
run: |
cd packages/yew
Expand Down

0 comments on commit 4a1bf47

Please sign in to comment.