From 34e976f7e88cb6e9812ab1fa9d3853ceacf32bbf Mon Sep 17 00:00:00 2001 From: Zachary Stence Date: Fri, 26 Jul 2024 11:08:49 -0500 Subject: [PATCH] ci: always upload playwright artifacts --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d6f3c1015c..7f285a2313 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,6 +31,7 @@ jobs: - name: Run tests run: pnpm run test:e2e - name: Upload Playwright reports + if: always() uses: actions/upload-artifact@v4 with: name: playwright-reports