From c90400bbf9efde8372e5badd36750873e5171d19 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Mon, 30 Jun 2025 22:18:02 -0700 Subject: [PATCH] Upload Playwright artifacts --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2879a04..37e11d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,3 +20,9 @@ jobs: - run: pnpm test - run: pnpm build - run: pnpm test:e2e + - name: Upload Playwright results + if: always() + uses: actions/upload-artifact@v4 + with: + name: playwright-results + path: test-results