Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/actions/install-playwright/action.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
uses: ./.github/actions/setup

- name: Install Playwright
uses: ./.github/actions/install-playwright
run: ./.github/scripts/playwright-install.sh

- name: Run browser tests
run: yarn workspace @noir-lang/acvm_js test:browser
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
run: yarn workspace @noir-lang/noirc_abi test

- name: Install Playwright
uses: ./.github/actions/install-playwright
run: ./.github/scripts/playwright-install.sh

- name: Run browser tests
run: yarn workspace @noir-lang/noirc_abi test:browser
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
run: yarn workspace @noir-lang/noir_wasm test:build_fixtures

- name: Install Playwright
uses: ./.github/actions/install-playwright
run: ./.github/scripts/playwright-install.sh

- name: Run node tests
run: yarn workspace @noir-lang/noir_wasm test:node
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
uses: ./.github/actions/setup

- name: Install Playwright
uses: ./.github/actions/install-playwright
run: ./.github/scripts/playwright-install.sh

- name: Setup `integration-tests`
run: |
Expand Down Expand Up @@ -513,8 +513,8 @@ jobs:
uses: ./.github/actions/setup

- name: Install Playwright
uses: ./.github/actions/install-playwright
run: ./.github/scripts/playwright-install.sh

- name: Install `bb`
run: |
./scripts/install_bb.sh
Expand Down
Loading