Skip to content

Commit

Permalink
export envs
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Apr 10, 2024
1 parent e08fba7 commit 4f27cd7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:

- name: Compose install
run: composer install --ignore-platform-reqs

- name: Run tests
run: composer test
run: |
export TEST_SENTRY_DSN=${{ secrets.TEST_SENTRY_DSN }}
export TEST_APPSIGNAL_KEY=${{ secrets.TEST_APPSIGNAL_KEY }}
export TEST_LOGOWL_KEY=${{ secrets.TEST_LOGOWL_KEY }}
export TEST_RAYGUN_KEY=${{ secrets.TEST_RAYGUN_KEY }}
composer test

0 comments on commit 4f27cd7

Please sign in to comment.