Skip to content

Commit

Permalink
Merge pull request #819 from HSLdevcom/dev
Browse files Browse the repository at this point in the history
actions/upload-artifact version update
  • Loading branch information
ahjyrkia authored Nov 19, 2024
2 parents 4390214 + 2f4d3ab commit 0a824a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
CYPRESS_HSL_TESTING_HSLID_PASSWORD: ${{ secrets.CYPRESS_HSL_TESTING_HSLID_PASSWORD }}
# CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- name: Upload screenshot artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- name: Upload video artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-videos
Expand Down

0 comments on commit 0a824a2

Please sign in to comment.