From a7b08d68d6d21d4514fa750a08af6551e03f8c87 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Tue, 3 Dec 2024 13:26:24 -0600 Subject: [PATCH] Use std folder for test results --- .github/workflows/chromatic.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 321f5df76..2cd480321 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -50,8 +50,8 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: playwright-results - path: ./playwright-report + name: test-results + path: ./test-results retention-days: 30 chromatic: @@ -76,11 +76,10 @@ jobs: - name: Download Playwright test results uses: actions/download-artifact@v4 with: - name: playwright-results - path: ./playwright-report + name: test-results + path: ./test-results - name: Run Chromatic - env: CHROMATIC_ARCHIVE_LOCATION=./playwright-report uses: chromaui/action@latest with: playwright: true