Skip to content

Commit

Permalink
Update firebase-hosting-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adameddy26 authored Jun 12, 2024
1 parent d0c8c1a commit 9e8417f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/firebase-hosting-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
run: npx playwright test fulfillment_optimized.spec.js

- name: Upload screenshot on error
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: error-screenshot
path: error-screenshot.png

0 comments on commit 9e8417f

Please sign in to comment.