We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86385e0 commit 2c5dfd9Copy full SHA for 2c5dfd9
.github/workflows/workflow.yml
@@ -16,9 +16,7 @@ jobs:
16
api-level: [21, 23, 29]
17
steps:
18
- name: checkout
19
- uses: actions/checkout@v1
20
- with:
21
- fetch-depth: 1
+ uses: actions/checkout@v2
22
23
- name: build, test and lint
24
run: |
README.md
@@ -32,9 +32,7 @@ jobs:
32
runs-on: macOS-latest
33
34
35
36
37
38
39
- name: run tests
40
uses: reactivecircus/android-emulator-runner@v2
@@ -55,9 +53,7 @@ jobs:
55
53
target: [default, google_apis]
56
54
57
58
59
60
61
62
63
0 commit comments