Skip to content

Commit

Permalink
build: remove unnecessary "set up Chrome" step in "Test" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 4, 2022
1 parent 1d6eb7f commit 4788113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: npm
- uses: browser-actions/setup-chrome@latest
- run: npm ci
- run: |
npm run commitlint -- \
Expand Down

0 comments on commit 4788113

Please sign in to comment.