Compare commits

...

3 Commits

Author SHA1 Message Date
b5c3fb2af4 Merge branch 'main' into issue56
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m18s
2023-10-16 14:55:11 +00:00
fa2c8eb839 Merge pull request 'Adding cypress videos to the artifacts' (#58) from ci into main
Some checks failed
Release / Build-production-and-ng-test (push) Successful in 7m5s
Release / Build-and-test-development (push) Successful in 11m21s
Release / release (push) Failing after 2m6s
Reviewed-on: #58
2023-10-16 14:24:10 +00:00
Mihajlo Medjedovic
ba67248155 chore: adding cypress videos to the artifacts
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m21s
2023-10-16 16:11:56 +02:00

View File

@ -135,7 +135,8 @@ jobs:
run: | run: |
zip -r cypress-videos ./client/cypress/videos zip -r cypress-videos ./client/cypress/videos
- name: Cypress videos artifacts - name: Add cypress videos artifacts
if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: cypress-videos.zip name: cypress-videos.zip