File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11name : tests
2-
32on :
43 push :
54 branches :
65 - develop
76 - master
87 - releases/*
98 pull_request :
9+
1010jobs :
1111 tests :
12- name : Android Instrumented Tests
12+ name : Tests
1313 runs-on : macos-14
1414 steps :
15+ - name : Checkout the repo
1516 - uses : actions/checkout@v3
1617
1718 - uses : actions/setup-java@v4
1819 with :
1920 distribution : ' temurin'
2021 java-version : ' 17'
21-
22- - name : Run Android Emulator and Execute Tests
22+ - name : Run tests
2323 uses : reactivecircus/android-emulator-runner@v2
2424 with :
25- api-level : 30
26- arch : arm64-v8a
27- emulator-options : " -no-window -no-audio -no-boot-anim"
28- disable-animations : true
29- emulator-boot-timeout : 600
30- script : ./gradlew connectedCheck
25+ api-level : 29
26+ script : ./Source/tests/test.sh
Original file line number Diff line number Diff line change @@ -97,6 +97,6 @@ function androidtest {
9797}
9898
9999# removed android test until maven issue resolved (https://github.com/wultra/passphrase-meter/issues/42)
100- # androidtest
100+ androidtest
101101iostest
102- consistencytest $1
102+ consistencytest $1
You can’t perform that action at this time.
0 commit comments