1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 16:56:57 +02:00
This commit is contained in:
José Rebelo 2023-09-06 21:56:10 +01:00
parent 73952f2e8f
commit 1dbf13a466

View File

@ -3,7 +3,8 @@ steps:
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands: commands:
- pwd #bump - 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 # mark pipeline as failed if the tests failed, but linter will still run
- '[ "$CI_STEP_STATUS" == "success" ] || touch .pipeline_failure' - '[ "$CI_STEP_STATUS" == "success" ] || touch .pipeline_failure'
failure: ignore failure: ignore