Skip to content

Commit

Permalink
fix test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
leilabb authored and tonioriol committed Feb 22, 2024
1 parent 5d8811b commit 9ad5165
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ jobs:
--health-retries 5
env:
POSTMARK_API_KEY: SECRET
POSTMARK_API_KEY: ${{ secrets.POSTMARK_API_KEY }}
PUBLIC_SITE_NAME: TACO [TEST]
EMAIL_SENDER_SIGNATURE: test@tacoai.app
PUBLIC_SENTRY_DSN: SECRET
PUBLIC_SENTRY_DSN: ${{ secrets.PUBLIC_SENTRY_DSN }}
PUBLIC_SENTRY_ENV: test
PUBLIC_SITE_URL: http://localhost:5173/
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/db
NODE_ENV: test
PUBLIC_RECAPTCHA_SITE_KEY: ${{ secrets.PUBLIC_RECAPTCHA_SITE_KEY }}
RECAPTCHA_SECRET_KEY: ${{ secrets.RECAPTCHA_SECRET_KEY }}


steps:
- name: Checkout repository
Expand Down

0 comments on commit 9ad5165

Please sign in to comment.