Skip to content

Commit

Permalink
ci: change verify stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Erbil Nas committed Dec 21, 2024
1 parent 1999d76 commit b9f3a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: Install Playwright dependencies
run: npx playwright install
- name: Install dependencies
run: npm ci
- name: Install Playwright dependencies
run: npx playwright install
- name: Run linter check
run: npm run lint
- name: Run tests
Expand Down

0 comments on commit b9f3a5e

Please sign in to comment.