From bf074e52ece22f8dbd5cd487a38ec847001cdc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Tue, 2 Jan 2024 14:18:14 +0100 Subject: [PATCH] Provide the `GOOGLE_APPLICATION_CREDENTIAL` secret to the PHPUnit tests --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec4d53d..2548117 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,3 +77,5 @@ jobs: - name: Run PHPUnit run: vendor/bin/phpunit --testdox --coverage-text + env: + GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}