Skip to content

Commit

Permalink
Merge pull request opendatahub-io#2923 from christianvogt/alway-upload
Browse files Browse the repository at this point in the history
add always() condition to upload cypress artifacts
  • Loading branch information
openshift-merge-bot[bot] authored Jun 18, 2024
2 parents 408cb31 + 8aec2db commit 92634bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
directory: ./frontend/coverage
verbose: true
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: cypress-results
path: ./frontend/src/__tests__/cypress/results/

0 comments on commit 92634bb

Please sign in to comment.