Skip to content

Commit

Permalink
e2e try install first
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 13, 2023
1 parent 2539a8f commit 6610f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
with:
node-version: 18.x
- uses: actions/checkout@v3
- run: yarn
- run: yarn playwright install --with-deps chromium
- uses: patrickedqvist/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 1200
check_interval: 20
- run: yarn
- run: yarn playwright install --with-deps chromium
- run: yarn e2e-workers
- uses: actions/upload-artifact@v3
if: failure()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests_firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn
- run: yarn playwright install --with-deps firefox
- uses: patrickedqvist/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 1200
check_interval: 20
- run: yarn
- run: yarn playwright install --with-deps firefox
- run: yarn e2e-firefox tests/4*.ts
- uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 6610f00

Please sign in to comment.