Skip to content

Commit 8825a3d

Browse files
committed
Debug CI/CD Pipeline
1 parent a1d7969 commit 8825a3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
platform: [ ios, android ]
14+
platform: [ android ]
1515
fail-fast: false
1616

1717
steps:
@@ -20,17 +20,17 @@ jobs:
2020
- name: Install Bundle
2121
run: cd ./${{ matrix.platform }} && bundle install
2222

23-
- name: Setup Flutter
24-
uses: subosito/flutter-action@v2
25-
with:
26-
channel: stable
27-
2823
- if: matrix.platform == 'android'
2924
uses: actions/setup-java@v3
3025
with:
3126
distribution: 'corretto'
3227
java-version: '21'
3328

29+
- name: Setup Flutter
30+
uses: subosito/flutter-action@v2
31+
with:
32+
channel: stable
33+
3434
- name: Install Flutter Packages
3535
run: |
3636
flutter config --no-analytics

0 commit comments

Comments
 (0)