mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
Merge pull request #2951 from kiwix/Issue#2950
Upgrading Runner And Checkout for Nightly
This commit is contained in:
commit
50fc766941
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
java-version: 11
|
java-version: 11
|
||||||
|
|
||||||
- name: run instrumentation tests
|
- name: run instrumentation tests
|
||||||
uses: ReactiveCircus/android-emulator-runner@v2.19.1
|
uses: ReactiveCircus/android-emulator-runner@v2.23.0
|
||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user