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 authored and KrijnL committed Aug 26, 2024
1 parent c9fc1ce commit 49cc8bf
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 49cc8bf

Please sign in to comment.