From d00084183d762fc39b93ffef12d5aff2796f43c6 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 16 Sep 2024 11:09:27 +0300 Subject: [PATCH] ci-failok --- .github/workflows/node-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 8f7faeaf..5545ef00 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -52,3 +52,7 @@ jobs: run: npm run e2e:tests:ci env: BASE_URL: https://testing.discours.io + continue-on-error: true + - name: Report test result if failed + if: failure() + run: echo "E2E tests failed. Please review the logs."