Skip to content

Commit

Permalink
ci(cypress): Disable record
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Oct 17, 2023
1 parent 09d151a commit e649612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
record: true
record: false
parallel: true
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: 'apps/${{ env.APP_NAME }}'
Expand Down

0 comments on commit e649612

Please sign in to comment.