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 f0b0812 commit 11a3572Copy full SHA for 11a3572
.github/workflows/android.yml
@@ -7,10 +7,9 @@ on:
7
branches: [ "master" ]
8
9
jobs:
10
- prepare-environment:
+ ci:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- name: set up JDK 11
15
uses: actions/setup-java@v3
16
with:
@@ -21,14 +20,16 @@ jobs:
21
20
22
ruby-version: '3.2'
23
bundler-cache: true
24
-
25
26
- name: install fastlane
27
run: bundle install
+ - uses: actions/checkout@v3
28
- name: Grant execute permission for gradlew
29
run: chmod +x gradlew
30
- name: Run Lane from fastlane
31
- run: bundle exec fastlane ci
+ run: |
+ ls
+ pwd
32
+ bundle exec fastlane ci
33
34
- name: Adding markdown
35
if: failure()
0 commit comments