Skip to content

Commit

Permalink
update artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh-Duc Vu committed Sep 13, 2024
1 parent 06a8f34 commit cf2d8b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/actions/run_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ runs:
# env:
# CYPRESS_baseUrl: http://localhost:8000


- name: 'Upload screenshots if tests fail'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: /home/runner/work/mobvita/mobvita/cypress/screenshots/

# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v1
- name: 'Upload Cypress videos'
uses: actions/upload-artifact@v3
if: always()
with:
name: cypress-videos
path: /home/runner/work/mobvita/mobvita/cypress/videos/
path: /home/runner/work/mobvita/mobvita/cypress/videos/

0 comments on commit cf2d8b2

Please sign in to comment.