Skip to content

Commit

Permalink
ci: upload files when there's a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbsa committed Sep 7, 2023
1 parent 4914127 commit a483d2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
mkdir -p ./pr-comment-data
echo "build-package" > ./pr-comment-data/failure-reason
echo ${{ matrix.package }} >> ./pr-comment-data/failed-builds
- if: failure()
uses: actions/upload-artifact@v3
with:
name: pr-comment-data
path: pr-comment-data
install-and-run-tests:
needs: build-package
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a483d2d

Please sign in to comment.