Skip to content

Commit

Permalink
Merge pull request #420 from rpearce/chore/rm-unused-ci-step
Browse files Browse the repository at this point in the history
chore: remove unused CI step (playwright install)
  • Loading branch information
rpearce committed May 4, 2023
2 parents 7114ed9 + 1daa2b1 commit 340cbbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Install deps without updating package-lock.json
run: npm i --no-save

- name: Install Playwright for Storybook
run: npx playwright install --with-deps

- name: Run the CI build
run: npm run ci

Expand Down

0 comments on commit 340cbbd

Please sign in to comment.