Skip to content

Commit

Permalink
Add chrome install
Browse files Browse the repository at this point in the history
  • Loading branch information
marthacryan committed Jan 21, 2025
1 parent 022674e commit d823caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
node-version: [18.x]

steps:
- uses: browser-actions/setup-chrome@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: chrome --version
- run: ls
- run: npm run pretest
- run: npm ci
Expand Down

0 comments on commit d823caf

Please sign in to comment.