Skip to content

Commit

Permalink
fix working dir for wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Jun 27, 2023
1 parent 712c21f commit ddc280a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
command: audit

run-test-suite-web-wasm:
name: Build & Run Browser WASM tests
name: Build and test (WASM + Chrome)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -195,6 +195,5 @@ jobs:
chromedriver -version
shell: bash
- name: 'Run Rust headless browser tests'
working-directory: ./rust
run: CHROMEDRIVER=/usr/local/bin/chromedriver cargo test --target wasm32-unknown-unknown
shell: bash

0 comments on commit ddc280a

Please sign in to comment.