From f2d78f165cdea150913e59777fad4c3355be14a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=9Awiderski?= Date: Fri, 15 Mar 2024 10:43:33 +0100 Subject: [PATCH] [ACS-7260] Added Playwright artifacts to github actions (#3706) * [ACS-7260] Added Playwright artifacts to github actions * [ACS-7260] test path destintations * [ACS-7260] review fix 1 * [ACS-7260] test path destinations 2 * [ACS-7260] make one test fail for playwright raports * [ACS-7260] test path destinations 3 * [ACS-7260] * [ACS-7260] final commit --- .github/actions/run-e2e-playwright/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/actions/run-e2e-playwright/action.yml b/.github/actions/run-e2e-playwright/action.yml index 7e3d959a1..145bdb077 100644 --- a/.github/actions/run-e2e-playwright/action.yml +++ b/.github/actions/run-e2e-playwright/action.yml @@ -28,3 +28,11 @@ runs: echo "Running playwright tests with options ${{ inputs.options }}" sleep 90 npx nx run ${{ inputs.options }}-e2e:e2e + + - name: Upload E2Es results + if: always() + uses: actions/upload-artifact@v4 + with: + name: ${{ inputs.artifact-name }} + path: | + test-results/