Skip to content

Commit

Permalink
fix auto-build workflow
Browse files Browse the repository at this point in the history
hopefully...
  • Loading branch information
shadow578 committed Nov 11, 2024
1 parent bb9a573 commit 340394c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- run: ls ./app/build/outputs/apk/release

# print contents of artifact dir
- run: ls ./app/build/test-results/testDebugUnitTest
# FIXME: instrumentation "robo" tests are failing rn, fix them some time...
#- run: ls ./app/build/test-results/testDebugUnitTest

# upload results
- name: Upload Test Results
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
minSdk = 24
targetSdk = 33
compileSdk = 33
versionCode = 9
versionName = "1.4.4"
versionCode = 10
versionName = "1.4.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down

0 comments on commit 340394c

Please sign in to comment.