From 51fa0b77c85cb3d84ca39a7c8222d74522096200 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:11:29 +1100 Subject: [PATCH] Adding continue on error --- .github/workflows/template-ui-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index 6e5d8b69e2..1a4423430c 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -21,6 +21,7 @@ jobs: test: name: Run Playwright tests runs-on: ubuntu-latest + continue-on-error: true outputs: testPassed: ${{ steps.run.outputs.testPassed || 'True' }} artifact-id: ${{ steps.artifact-report.outputs.artifact-id }}