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

* ci: Fix e2e tests (no-changelog)

* Fix sign-in cypress command

* Run smoke test against head branch instead of base

---------

Co-authored-by: Oleg Ivaniv <oleg@n8n.io>
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-03-09 17:08:47 +01:00
committed by GitHub
parent 1979eb8a9c
commit edf6313fa5
2 changed files with 9 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ jobs:
uses: ./.github/workflows/e2e-reusable.yml
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-e2e') }}
with:
branch: ${{ github.event.pull_request.base.ref }}
branch: ${{ github.event.pull_request.head.ref }}
user: ${{ github.event.inputs.user || 'PR User' }}
spec: ${{ github.event.inputs.spec || 'e2e/0-smoke.cy.ts' }}
run-env: base:16.18.1