From 6f02f4c03588b9c1c703bef9faba4388c6222f73 Mon Sep 17 00:00:00 2001 From: Anton Arnautov Date: Wed, 27 Sep 2023 22:13:34 +0200 Subject: [PATCH] Upload test results --- .github/workflows/egress-composite-e2e.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/egress-composite-e2e.yml b/.github/workflows/egress-composite-e2e.yml index d11d72c456..02eac1292e 100644 --- a/.github/workflows/egress-composite-e2e.yml +++ b/.github/workflows/egress-composite-e2e.yml @@ -67,3 +67,11 @@ jobs: - name: Run Playwright tests run: yarn workspace @stream-io/egress-composite test:e2e + + - name: Upload test results + uses: actions/upload-artifact@v3 + if: always() + with: + name: test-results + path: sample-apps/react/egress-composite/test-results/ + retention-days: 5