Skip to content

Commit 43e9547

Browse files
committed
Update test yaml
1 parent 60a7008 commit 43e9547

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
name: tests
2-
32
on:
43
push:
54
branches:
65
- develop
76
- master
87
- releases/*
98
pull_request:
9+
1010
jobs:
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

Source/tests/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
101101
iostest
102-
consistencytest $1
102+
consistencytest $1

0 commit comments

Comments
 (0)