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 74a59fd commit 8c074feCopy full SHA for 8c074fe
README.md
@@ -34,7 +34,7 @@ on:
34
- develop
35
36
jobs:
37
- build_test_and_deploy:
+ my_android_job:
38
runs-on: ubuntu-18.04 # Works also with self hosted runner supporting docker
39
container:
40
image: docker://fabernovel/android:api-29-v1.0.0
@@ -82,18 +82,15 @@ on:
82
83
84
85
86
87
- container:
88
- image: docker://docker:stable-git
89
90
steps:
91
- name: Checkout
92
uses: actions/checkout@v2.1.0
93
94
- - name: Test action
+ - name: Exec fastlane
95
uses: fabernovel/docker-android
96
- id: docker-android-action
97
with:
98
docker-android-tag: api-29-ndk-v1.0.0
99
exec: |
0 commit comments