Skip to content

Commit

Permalink
archive gradle daemon logs too
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Jul 3, 2024
1 parent 5948319 commit e5b09d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
profile: pixel_3_xl
disable-animations: true
emulator-options: -no-snapshot -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
script: ./gradlew android-tests
script: ./gradlew android-tests --no-daemon --console=plain -i
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand All @@ -76,7 +76,7 @@ jobs:
build/reports/
build/test-results/
hs_err_*.log
~/.gradle/**/*.log
auto-merge-dependabot:
name: 🤖 Auto merge dependabot PR
Expand Down

0 comments on commit e5b09d9

Please sign in to comment.