Skip to content

Commit

Permalink
ga: install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Aug 3, 2023
1 parent 4a82258 commit 10c631f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: browser-actions/setup-chrome@v1
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test
- run: CHROMIUM_BIN=$(which chrome) npm test

0 comments on commit 10c631f

Please sign in to comment.