Skip to content

Commit

Permalink
Use std folder for test results
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Dec 3, 2024
1 parent ea298f2 commit a7b08d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a7b08d6

Please sign in to comment.