Skip to content

Commit

Permalink
fix: moving download task
Browse files Browse the repository at this point in the history
  • Loading branch information
canadianpython13 committed Nov 29, 2024
1 parent 4907b36 commit 559feef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 559feef

Please sign in to comment.