Skip to content

Commit

Permalink
Merge branch 'main' into renovate/mheap-github-action-required-labels…
Browse files Browse the repository at this point in the history
…-4.x
  • Loading branch information
twyatt authored Apr 12, 2023
2 parents 29275b7 + 9720687 commit a65ff9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- run: ./gradlew assemble
- run: ./gradlew --continue check

- uses: actions/upload-artifact@v3
if: failure()
with:
name: test-failure
path: '**/build/reports/tests/'
retention-days: 5

- run: |
set -o xtrace
if [ ! -z "${{ secrets.SIGNING_KEY }}" ]; then
Expand Down

0 comments on commit a65ff9c

Please sign in to comment.