We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8b570 commit 64bbd9bCopy full SHA for 64bbd9b
.github/workflows/integration_tests.yml
@@ -525,7 +525,7 @@ jobs:
525
- name: Run Mobile integration tests on real device via FTL
526
id: ftl_test
527
if: ${{ matrix.device_type == 'real' }}
528
- uses: FirebaseExtended/github-actions/firebase-test-lab@v1.3
+ uses: FirebaseExtended/github-actions/firebase-test-lab@v1.4
529
with:
530
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
531
testapp_dir: testapps
0 commit comments