Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecureuill committed Dec 3, 2023
1 parent d77e4a0 commit 2dd6b34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
retention-days: 30
# Configure Pages
- name: Configure GitHub Pages
if: always()
uses: actions/configure-pages@v3
# Upload the report as a pages artifact
- name: Upload Pages Artifact
if: always()
uses: actions/upload-pages-artifact@v2
with:
path: playwright-report/
Expand All @@ -53,4 +55,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 2dd6b34

Please sign in to comment.