Skip to content

Commit

Permalink
chore: test artifact upload again (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan authored Feb 20, 2024
1 parent c24c451 commit 49f89f0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-happy-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:
# Run e2e tests
- name: Run e2e tests
run: npm run e2e-${DEPLOYMENT_STAGE}
run: |
npm run e2e-${DEPLOYMENT_STAGE}
pwd
ls
- name: Publish to Chromatic
uses: chromaui/action@latest
Expand All @@ -95,13 +98,13 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: playwright-report
path: playwright-report
path: **/playwright-report/*
retention-days: 14

- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: all-blob-reports
path: blob-report
path: **/blob-report/*
retention-days: 1

0 comments on commit 49f89f0

Please sign in to comment.