Skip to content

Commit

Permalink
Uploads build artifacts if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Oct 22, 2019
1 parent 3103b32 commit 1bbc48c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ jobs:
run: |
bundle exec rspec
./cc-test-reporter after-build --exit-code $?
- uses: actions/upload-artifact@master
if: failure()
with:
name: Screenshots
path: spec/dummy/tmp/screenshots

0 comments on commit 1bbc48c

Please sign in to comment.