Skip to content

Commit 8c074fe

Browse files
Update README.md
Simplify yml confs
1 parent 74a59fd commit 8c074fe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- develop
3535

3636
jobs:
37-
build_test_and_deploy:
37+
my_android_job:
3838
runs-on: ubuntu-18.04 # Works also with self hosted runner supporting docker
3939
container:
4040
image: docker://fabernovel/android:api-29-v1.0.0
@@ -82,18 +82,15 @@ on:
8282
- develop
8383
8484
jobs:
85-
build_test_and_deploy:
85+
my_android_job:
8686
runs-on: ubuntu-18.04 # Works also with self hosted runner supporting docker
87-
container:
88-
image: docker://docker:stable-git
8987
9088
steps:
9189
- name: Checkout
9290
uses: actions/checkout@v2.1.0
9391
94-
- name: Test action
92+
- name: Exec fastlane
9593
uses: fabernovel/docker-android
96-
id: docker-android-action
9794
with:
9895
docker-android-tag: api-29-ndk-v1.0.0
9996
exec: |

0 commit comments

Comments
 (0)