Skip to content

Commit

Permalink
Show current files, env. etc on error
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 10, 2024
1 parent a061b93 commit 157cb68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
- name: Execute Gradle build
run: ./gradlew clean check integrationTest --scan --stacktrace

- name: Dump current state when error
run: |
env
pwd
find build */build integration-test/*/build -ls
if: failure()

- name: 'Publish Test Results'
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: always()
Expand Down

0 comments on commit 157cb68

Please sign in to comment.