File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,9 @@ jobs:
182
182
# steps:
183
183
# - uses: actions/checkout@v4
184
184
# - uses: ruby/setup-ruby@v1
185
+ # - uses: actions/setup-python@v4
186
+ # with:
187
+ # python-version: '3.11'
185
188
# - name: Setup quickstart
186
189
# run: scripts/setup_quickstart.sh authentication
187
190
# - name: Install Secret GoogleService-Info.plist
@@ -190,7 +193,7 @@ jobs:
190
193
# - name: Build swift quickstart
191
194
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Authentication)
192
195
# - id: ftl_test
193
- # uses: FirebaseExtended/github-actions/firebase-test-lab@v1.2
196
+ # uses: FirebaseExtended/github-actions/firebase-test-lab@v1.4
194
197
# with:
195
198
# credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
196
199
# testapp_dir: quickstart-ios/build-for-testing
Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ jobs:
160
160
# steps:
161
161
# - uses: actions/checkout@v4
162
162
# - uses: ruby/setup-ruby@v1
163
+ # - uses: actions/setup-python@v4
164
+ # with:
165
+ # python-version: '3.11'
163
166
# - name: Setup quickstart
164
167
# run: scripts/setup_quickstart.sh config
165
168
# - name: Install Secret GoogleService-Info.plist
@@ -168,7 +171,7 @@ jobs:
168
171
# - name: Build Swift Quickstart
169
172
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Config)
170
173
# - id: ftl_test
171
- # uses: FirebaseExtended/github-actions/firebase-test-lab@v1.2
174
+ # uses: FirebaseExtended/github-actions/firebase-test-lab@v1.4
172
175
# with:
173
176
# credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
174
177
# testapp_dir: quickstart-ios/build-for-testing
You can’t perform that action at this time.
0 commit comments