Skip to content

Commit

Permalink
test: use debug logging for e2e tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jun 11, 2023
1 parent 5559931 commit 743fc9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-app-e2e.yaml
Expand Up @@ -58,6 +58,8 @@ jobs:
run_install: true
- run: pnpm turbo build
- run: pnpm turbo e2e-test --concurrency=1 -- --shard=${{ matrix.group }}/3 --workers=2 --retries=3
env:
PREVIEWJS_LOG_LEVEL: "debug"
- name: Update screenshots on non-main branches
run: |
git add .
Expand Down

0 comments on commit 743fc9e

Please sign in to comment.