From f48da30eb37dce16671c33eeded5dba040ffc983 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:57:23 +0200 Subject: [PATCH] fix(ci): add missing test key --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93fe47c..2583849 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,8 @@ jobs: disable-animations: true emulator-options: -no-snapshot -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect script: ./gradlew connectedCheck + env: + INTEGRATION_TESTS_API_KEY: ${{ secrets.INTEGRATION_TESTS_API_KEY }} - name: Upload test reports if: ${{ !cancelled() }} uses: actions/upload-artifact@v4