Skip to content

Commit

Permalink
feat: manual workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-luzmo committed Aug 23, 2024
1 parent dd20733 commit f781480
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 @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npm run pw install chromium --with-deps --force
run: npm run pw install chromium --with-deps
- name: Run Playwright tests
run: npm test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f781480

Please sign in to comment.