Skip to content

Commit 11a3572

Browse files
Diogo GuimaraesDiogo Guimaraes
authored andcommitted
Ajustando CI
1 parent f0b0812 commit 11a3572

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
branches: [ "master" ]
88

99
jobs:
10-
prepare-environment:
10+
ci:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
1413
- name: set up JDK 11
1514
uses: actions/setup-java@v3
1615
with:
@@ -21,14 +20,16 @@ jobs:
2120
with:
2221
ruby-version: '3.2'
2322
bundler-cache: true
24-
25-
2623
- name: install fastlane
2724
run: bundle install
25+
- uses: actions/checkout@v3
2826
- name: Grant execute permission for gradlew
2927
run: chmod +x gradlew
3028
- name: Run Lane from fastlane
31-
run: bundle exec fastlane ci
29+
run: |
30+
ls
31+
pwd
32+
bundle exec fastlane ci
3233
3334
- name: Adding markdown
3435
if: failure()

0 commit comments

Comments
 (0)