Skip to content

Commit

Permalink
try with workers
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 12, 2023
1 parent 7e1214b commit 1c1deaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
max_timeout: 1200
check_interval: 20
- run: yarn
#- run: npx playwright install --with-deps
- run: yarn e2e
- run: yarn e2e-workers
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_tests_firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
max_timeout: 1200
check_interval: 20
- run: yarn
#- run: npx playwright install --with-deps
- run: yarn e2e-firefox tests/4*.ts
- uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 1c1deaf

Please sign in to comment.