This commit is contained in:
Freddy Boulton 2024-07-24 15:11:40 -04:00 committed by GitHub
parent df770608fc
commit f0a336608d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,6 +76,13 @@ jobs:
run: |
. venv/bin/activate
pnpm test:browser:reload
- name: upload reload mode screenshots
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-screenshots
path: |
./test-results
- name: Run Lite E2E tests
run: |
. venv/bin/activate