Skip to content

Commit

Permalink
Provide the GOOGLE_APPLICATION_CREDENTIAL secret to the PHPUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jan 2, 2024
1 parent 91ed41f commit bf074e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ jobs:

- name: Run PHPUnit
run: vendor/bin/phpunit --testdox --coverage-text
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}

0 comments on commit bf074e5

Please sign in to comment.