From 67d818fb99150790038ee86084c1f52127f100d4 Mon Sep 17 00:00:00 2001 From: Albin Date: Fri, 10 Nov 2023 20:36:20 +0100 Subject: [PATCH] Fix yaml file name --- .github/workflows/android-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index ca800d07005a..ae922a8c1807 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -311,4 +311,4 @@ jobs: env: SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }} with: - arg-spec: 'android/test/firebase-test-lab.yml:default' + arg-spec: 'android/test/firebase-test-lab.yaml:default'