Skip to content

Commit 6f3f6d0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
ci:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v3
1314
- name: set up JDK 11
1415
uses: actions/setup-java@v3
1516
with:
@@ -22,7 +23,6 @@ jobs:
2223
bundler-cache: true
2324
- name: install fastlane
2425
run: bundle install
25-
- uses: actions/checkout@v3
2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew
2828
- name: Run Lane from fastlane

0 commit comments

Comments
 (0)