mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 22:31:17 -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:
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
@ -26,7 +26,7 @@ jobs:
|
||||
java-version: 11
|
||||
|
||||
- name: run instrumentation tests
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.19.1
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.23.0
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
arch: x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user