diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 84c454bcb..646674879 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -65,12 +65,11 @@ jobs: with: name: apk - name: Run tests on Firebase Test Lab for API ${{ matrix.api }} - uses: vacxe/firebase-test-lab-action@0.0.5 + uses: vacxe/firebase-test-lab-action@0.0.6 with: + service-account: ${{ secrets.FIREBASE_TESTLAB_JSON }} app: apk/sample-debug.apk test: apk/sample-debug-androidTest.apk device-id: MediumPhone.arm os-version-id: ${{ matrix.api }} num-flaky-test-attempts: 4 - env: - SERVICE_ACCOUNT: ${{ secrets.FIREBASE_TESTLAB_JSON }}