From 4bafbd103566481509166d9847947af857716a10 Mon Sep 17 00:00:00 2001 From: Tim Haasdyk Date: Mon, 15 Apr 2024 17:04:32 +0200 Subject: [PATCH] Don't show green-check if Playwright tests fail --- .github/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index e51d1fddc..9b8102c8c 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -116,7 +116,6 @@ jobs: MERCURIAL_VERSION: ${{ inputs.hg-version }} - name: Integration tests (Playwright) if: ${{ inputs.run-playwright }} - continue-on-error: true env: TEST_SERVER_HOSTNAME: ${{ vars.TEST_SERVER_HOSTNAME }} # this is not a typo, we need to use the lf domain because it has a cert that hg will validate @@ -127,6 +126,7 @@ jobs: working-directory: frontend run: pnpm test - name: Integration tests (.NET) + if: always() env: TEST_SERVER_HOSTNAME: ${{ vars.TEST_SERVER_HOSTNAME }} # this is not a typo, we need to use the lf domain because it has a cert that hg will validate