mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Test: add CI test runner
This commit is contained in:
parent
d9a5296a66
commit
8409d071b1
13
.woodpecker/run_tests.yml
Normal file
13
.woodpecker/run_tests.yml
Normal file
@ -0,0 +1,13 @@
|
||||
pipeline:
|
||||
tests:
|
||||
image: androidsdk/android-30
|
||||
commands:
|
||||
- pwd #bump
|
||||
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTests
|
||||
|
||||
#when:
|
||||
#repo: Freeyourgadget/Gadgetbridge
|
||||
#branch: master
|
||||
#this doesn't work yet:
|
||||
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||||
|
Loading…
Reference in New Issue
Block a user