File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 name : Tests without emulator
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - uses : actions/setup-java@v4
1414 with :
1515 distribution : temurin
@@ -22,12 +22,12 @@ jobs:
2222
2323 test_on_emulator :
2424 name : Tests with emulator
25- runs-on : ubuntu-latest-4-cores
25+ runs-on : ubuntu-latest
2626 strategy :
2727 matrix :
2828 api-level : [ 31 ]
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v4
3131 - uses : actions/setup-java@v4
3232 with :
3333 distribution : temurin
4848 key : avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there
4949
5050 - name : Run device tests
51- run : ./gradlew --no-daemon virtualCheck
51+ run : ./gradlew --no-daemon virtualCheck
You can’t perform that action at this time.
0 commit comments