diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index bae48a725..fdd161a98 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: playwright-results.zip + name: playwright-results path: ./playwright-report retention-days: 30 @@ -72,6 +72,11 @@ jobs: - name: Install dependencies run: pnpm install + + - name: Download Playwright test results + uses: actions/download-artifact@v4 + with: + path: ${{ github.workspace }} - name: Run Chromatic uses: chromaui/action@latest @@ -93,12 +98,6 @@ jobs: with: node-version: 18.x - - name: Download Playwright test results - uses: actions/download-artifact@v4 - with: - name: playwright-results - path: ./playwright-report - - name: Publish to Chromatic uses: chromaui/action@v1 with: