Skip to content

Commit

Permalink
remove --record
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed Apr 20, 2024
1 parent dc8cfe1 commit b63b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: npm install

- name: Run tests
run: npx cypress run --record --parallel --group ${{ matrix.containers }}
run: npx cypress run --parallel --group ${{ matrix.containers }}

0 comments on commit b63b42b

Please sign in to comment.