Skip to content

Commit

Permalink
chore: install chrome in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino committed Feb 22, 2024
1 parent 06189d6 commit 8dcf3c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
workspaces: . -> wasm/prover

- name: Install Chrome
uses: browser-actions/setup-chrome@v1
run: chrome --version

- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8dcf3c6

Please sign in to comment.