Skip to content

Commit

Permalink
Adding always flag
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof committed Feb 13, 2024
1 parent e0c5a6f commit 6a07df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pytest_junitxml
path: pytest_junit.xml
path: pytest_junit.xml
if: ${{ always() }}

0 comments on commit 6a07df9

Please sign in to comment.