Skip to content

Commit

Permalink
fix: Repair lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Aug 3, 2023
1 parent b8b4180 commit 1fcffd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

- name: 🎨 Lint
run: yarn lint

- name: 🛠 Install Playwright Browsers
run: npx playwright install --with-deps chromium

- name: 🎯 Run Playwright tests
run: npx playwright test

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 1fcffd1

Please sign in to comment.