Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslana committed Jun 14, 2024
1 parent 16f832b commit 9b76027
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
# run: npx playwright test
- name: Run Cucumber all tests
run: npm run test
- name: Move Cucumber report to artifact folder
run: mv reports/cucumber-report.html playwright-report/
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
# name: playwright-report
# path: playwright-report/
name: cucumber-report
path: reports/
retention-days: 30

0 comments on commit 9b76027

Please sign in to comment.