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:
OlegIvaniv 2023-05-12 17:00:28 +02:00 committed by GitHub
parent 638e3f209d
commit 1626782880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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`.