From 0365fc8d7d9eb6d6a4ce50dcb7bd69917354dc4b Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Thu, 6 Feb 2025 12:48:49 +0000 Subject: [PATCH] Upload test artifacts --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4efcefc..f088727 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,3 +78,12 @@ jobs: working-directory: ci run: | bash prepare_playwright.sh + + - name: Upload test artifacts + if: always() + uses: actions/upload-artifact@v4 + with: + name: test-artifact + path: | + ci/temp/ + !ci/temp/**/node_modules