diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-07 16:38:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-07 19:05:41 +0530 |
commit | 2f335e300aecca58c5d976a868afbcad0704be3d (patch) | |
tree | c4921e06cd87077c9525b355bb5dc284a1a9306b /.github | |
parent | 9d4a490c44b95d37ee22f1bdc66adbce8465b761 (diff) |
github: bump reactivecircus/android-emulator-runner to v2.16.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2d99c93b..decbd733 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -51,7 +51,7 @@ jobs: - name: Run instrumentation tests if: ${{ steps.service-changed.outputs.result == 'true' }} - uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3 + uses: reactivecircus/android-emulator-runner@599839e4285455fff52cd8e3614575e02f1b673f with: api-level: ${{ matrix.api-level }} target: default |