Skip to content

Commit

Permalink
chore: remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 11, 2023
1 parent 653bc51 commit e3d53e8
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/abi_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3d53e8

Please sign in to comment.