Skip to content

Commit

Permalink
debug(ci): debug ci failure in metadata-io test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Oct 2, 2024
1 parent a078768 commit 67ad5a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/metadata-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
sudo apt-get remove 'dotnet-*' azure-cli || true
sudo rm -rf /usr/local/lib/android/ || true
sudo docker image prune -a -f || true
- name: Disk Check
run: df -h . && docker images
- uses: acryldata/sane-checkout-action@v3
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -66,7 +68,7 @@ jobs:
cache: "pip"
- name: Gradle build (and test)
run: |
./gradlew :metadata-io:test
./gradlew :metadata-io:test --no-daemon
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 67ad5a8

Please sign in to comment.