Skip to content

Commit

Permalink
fix: e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandesu committed Apr 23, 2023
1 parent 833f304 commit 4bf438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npm playwright install --with-deps
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: npm run test:e2e
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4bf438b

Please sign in to comment.