Skip to content

Commit

Permalink
always upload screenshots artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Jun 15, 2020
1 parent 3c0aaa8 commit f5a205f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
run: |
# run all tests using maven
mvn test "-Djmri.skipTestsRequiringSeparateRunning=true"
- name: Upload generated screenshots
- name: Upload generated screenshots artifact
uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: screenshots
path: temp/temp/*.png

0 comments on commit f5a205f

Please sign in to comment.