Skip to content

Commit

Permalink
tmp: turn on test recording
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Aug 14, 2024
1 parent 3cd30b6 commit 0fa3fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
cd 'apps/${{ env.APP_NAME }}'
npx wait-on $CYPRESS_baseUrl
npx cypress run --record false --config defaultCommandTimeout=10000,video=false
npx cypress run --record true --config defaultCommandTimeout=10000,video=false --group split-${{ strategy.job-index }} --ci-build-id ${{ github.event.pull_request.head.sha }}
env:
# https://github.com/cypress-io/github-action/issues/124
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 0fa3fb5

Please sign in to comment.