Skip to content

Commit

Permalink
chore: save video as artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 5, 2023
1 parent 1130e19 commit 9f101f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ jobs:
DHIS2_IMAGE: ${{ steps.instance-version-params.outputs.dhis2-docker-hub-image-tag }}
DHIS2_DB_DUMP_URL: ${{ steps.instance-version-params.outputs.dhis2-db-dump-url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Save videos as artifact
uses: actions/upload-artifact@v2
if: always()
with:
name: cypress-videos
path: cypress/videos

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f101f6

Please sign in to comment.