Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Dec 10, 2024
1 parent c7100e0 commit 0914c7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-app-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
include:
- node-version: 20.x
os: ubuntu-22.04
- node-version: 20.x
os: ubuntu-22.04
- node-version: 20.x
- node-version: 22.x
os: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand All @@ -54,7 +52,7 @@ jobs:
run_install: true
- run: cd testing && pnpm exec playwright install
- run: pnpm turbo build
- run: pnpm turbo e2e-test --concurrency=1 -- --workers=2
- run: pnpm turbo e2e-test --concurrency=1
env:
PREVIEWJS_LOG_LEVEL: "debug"
- name: Update screenshots on non-main branches
Expand Down

0 comments on commit 0914c7b

Please sign in to comment.