ci: Fix e2e tests (no-changelog) (#9689)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-10 17:18:41 +02:00
committed by GitHub
parent 74b6215df5
commit 2521daadfc

View File

@@ -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 }}