mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Debug e2e pipeline (no-changelog) (#6240)
* chore: Debug e2e pipeline * Always fail e2e is PR status is not approved
This commit is contained in:
parent
638e3f209d
commit
1626782880
2
.github/workflows/e2e-tests-pr.yml
vendored
2
.github/workflows/e2e-tests-pr.yml
vendored
|
@ -48,5 +48,5 @@ jobs:
|
|||
run: exit 0
|
||||
|
||||
- name: Fail job if run-e2e-tests failed
|
||||
if: needs.run-e2e-tests.result == 'failure'
|
||||
if: ${{ github.event.review.state != 'approved' || needs.run-e2e-tests.result == 'failure' }}
|
||||
run: exit 1
|
||||
|
|
|
@ -507,3 +507,4 @@ After changing the dynamic text file:
|
|||
If a `headerText` section was changed, re-run `pnpm build:translations` in `/nodes-base`.
|
||||
|
||||
> **Note**: To translate base and dynamic text simultaneously, run three terminals following the steps from both sections (first terminal running only once) and browse `http://localhost:8080`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue