Skip to content

Commit

Permalink
tmp: enable recording
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 20, 2024
1 parent f0dce12 commit 16eb17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
record: false
record: true
parallel: false
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: 'apps/${{ env.APP_NAME }}'
config: defaultCommandTimeout=10000,video=false
config: defaultCommandTimeout=10000,video=true
tag: ${{ false && github.event_name }}
env:
# https://github.com/cypress-io/github-action/issues/524
Expand Down

0 comments on commit 16eb17a

Please sign in to comment.