mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-27 04:12:38 -08:00
ci: Fix e2e tests (no-changelog) (#9689)
This commit is contained in:
parent
74b6215df5
commit
2521daadfc
3
.github/workflows/e2e-reusable.yml
vendored
3
.github/workflows/e2e-reusable.yml
vendored
|
@ -166,8 +166,7 @@ jobs:
|
|||
# We have to provide custom ci-build-id key to make sure that this workflow could be run multiple times
|
||||
# in the same parent workflow
|
||||
ci-build-id: ${{ needs.prepare.outputs.uuid }}
|
||||
spec: '/__w/n8n/n8n/cypress/${{ inputs.spec }}'
|
||||
config-file: /__w/n8n/n8n/cypress/cypress.config.js
|
||||
spec: '${{ inputs.spec }}'
|
||||
env:
|
||||
NODE_OPTIONS: --dns-result-order=ipv4first
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
|
|
Loading…
Reference in a new issue