This commit is contained in:
José Rebelo 2023-09-06 21:56:10 +01:00
parent 73952f2e8f
commit 1dbf13a466
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ steps:
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands:
- pwd #bump
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest
- exit 1
- 'echo "Pipeline status: $CI_STEP_STATUS"'
# mark pipeline as failed if the tests failed, but linter will still run
- '[ "$CI_STEP_STATUS" == "success" ] || touch .pipeline_failure'
failure: ignore