Skip to content

Commit

Permalink
Archive the report of the run in the artifacts (#34)
Browse files Browse the repository at this point in the history
When things are failing we don't know why we just have the video that is
not always helping.
  • Loading branch information
mpatou authored Nov 10, 2023
1 parent a0c6c89 commit e4d6f5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: e2e-test-results-video
path: cypress/videos
name: e2e-test-results
path: |
cypress/videos
cypress/report.json
retention-days: 1

# have to add an extra folder to preserve path with actions/upload-artifact@v3
Expand Down

0 comments on commit e4d6f5d

Please sign in to comment.