Skip to content

Commit

Permalink
test: hardcode cypress recordkey
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Jul 24, 2023
1 parent 6d1a811 commit 8be9900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
yarn test:e2e:run-ci
env:
IS_FORK: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == true }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_RECORD_KEY: b140e0a7-ce43-4093-a8a2-bf0fb3318ef8
NODE_OPTIONS: --max-old-space-size=4096
MACHINE_COUNT: 8
MACHINE_INDEX: ${{ matrix.machine }}
Expand Down

0 comments on commit 8be9900

Please sign in to comment.