Skip to content

Commit cdc7a58

Browse files
committed
build: turn off cypress recording
1 parent 95c23ad commit cdc7a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: cypress-io/github-action@v1
3535
with:
3636
start: npm run serve
37-
record: true
37+
record: false # cypress.io free recording limit exceeded
3838
wait-on: 'http://localhost:8080'
3939
env:
4040
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

0 commit comments

Comments
 (0)