Skip to content

Commit

Permalink
chore(root): update workflow to make sure there are reports for each …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
JeremyFriesenGitHub committed Sep 6, 2024
1 parent d3b78ea commit 4618d5f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/TEST_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,21 @@ jobs:
- name: 💀 Run Website E2E Tests
run: pnpm nx run website-e2e:e2e --reporter=html --verbose

- name: Check Playwright Report Directory 🎭
run: ls -la playwright-report/
- name: Check Docs E2E Report Directory 🎭
run: ls -la playwright-report/docs-e2e/

- name: 📄 Upload Artifact
- name: Check Portal E2E Report Directory 🎭
run: ls -la playwright-report/portal-e2e/

- name: Check Website E2E Report Directory 🎭
run: ls -la playwright-report/website-e2e/

- name: 📄 Upload All Playwright Reports
uses: actions/upload-artifact@v4
if: always()
with:
name: all-playwright-reports
path: playwright-report/
path: playwright-report/**/*
retention-days: 30

- name: 💰 Profit
Expand Down

0 comments on commit 4618d5f

Please sign in to comment.