1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 19:41:46 +02:00
Gadgetbridge/.woodpecker/run_tests.yml

14 lines
298 B
YAML
Raw Normal View History

pipeline:
2022-07-16 23:46:41 +02:00
tests:
image: androidsdk/android-30
commands:
- pwd #bump
2022-07-17 00:21:35 +02:00
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest
#when:
#repo: Freeyourgadget/Gadgetbridge
#branch: master
#this doesn't work yet:
#https://github.com/woodpecker-ci/woodpecker/issues/687