Skip to content

Commit

Permalink
chore: use action rather than script to install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 24, 2024
1 parent 962d253 commit d4b100f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
uses: ./.github/actions/setup

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

- name: Run browser tests
run: yarn workspace @noir-lang/acvm_js test:browser
Expand Down

0 comments on commit d4b100f

Please sign in to comment.