From d48d1e8191eba13d921c3419c3710fcd9ab11a53 Mon Sep 17 00:00:00 2001 From: Konstantin Aksenov Date: Tue, 10 Oct 2023 10:29:29 +1000 Subject: [PATCH 1/2] Update pr-checks.yml Update GH actions --- .github/workflows/pr-checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 84c454bcb..00fe5da50 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -67,10 +67,9 @@ jobs: - name: Run tests on Firebase Test Lab for API ${{ matrix.api }} uses: vacxe/firebase-test-lab-action@0.0.5 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 }} From ce3565871b1e8def8f8946673eec318e26b8dd93 Mon Sep 17 00:00:00 2001 From: Konstantin Aksenov Date: Tue, 10 Oct 2023 10:29:59 +1000 Subject: [PATCH 2/2] Update pr-checks.yml --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 00fe5da50..646674879 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -65,7 +65,7 @@ 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