1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 21:40:54 +02:00
Gadgetbridge/.woodpecker/run_tests.yml

14 lines
299 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-16 23:46:41 +02:00
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTests
#when:
#repo: Freeyourgadget/Gadgetbridge
#branch: master
#this doesn't work yet:
#https://github.com/woodpecker-ci/woodpecker/issues/687