Skip to content

Commit 40d96c3

Browse files
committed
1 parent 4d35f8e commit 40d96c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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
@@ -48,4 +48,4 @@ jobs:
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

0 commit comments

Comments
 (0)