diff --git a/.github/workflows/abi_wasm.yml b/.github/workflows/abi_wasm.yml index fccaeceaa1d..ff060470652 100644 --- a/.github/workflows/abi_wasm.yml +++ b/.github/workflows/abi_wasm.yml @@ -109,25 +109,12 @@ jobs: name: noirc_abi_wasm path: ./result - - name: Query playwright version - run: echo "PLAYWRIGHT_VERSION=$(yarn info @web/test-runner-playwright --json | jq .children.Version)" >> $GITHUB_ENV - - - name: Cache playwright binaries - uses: actions/cache@v3 - id: playwright-cache - with: - path: | - ~/.cache/ms-playwright - key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }} - - - name: Set up test environment - uses: ./.github/actions/setup - with: - working-directory: ./crates/noirc_abi_wasm + - name: Install dependencies + working-directory: ./crates/wasm + run: yarn install - name: Install playwright deps - if: steps.playwright-cache.outputs.cache-hit != 'true' - working-directory: ./crates/noirc_abi_wasm + working-directory: ./crates/wasm run: | npx playwright install npx playwright install-deps