From ddc280ae614c81c6f4adc4d4d9faf38a79e4cc37 Mon Sep 17 00:00:00 2001 From: b5 Date: Tue, 27 Jun 2023 10:56:42 -0400 Subject: [PATCH] fix working dir for wasm test --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db530af..56bcaac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 \ No newline at end of file