mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
help
This commit is contained in:
parent
73952f2e8f
commit
1dbf13a466
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user