Skip to content

Commit

Permalink
Additional test env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanh94 committed Oct 7, 2024
1 parent a2655e3 commit ade5303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:

- name: Run tests
env:
APP_SECRET: very-strong-app-secret
APP_HTTP_PORT: 3000
APP_HTTP_BODY_LIMIT: 1mb
APP_HTTP_CORS: *
DATABASE_URL: mysql://testuser:[email protected]:3306/testdb
DATABASE_CONNECTION_LIMIT: 1
run: npm run test

0 comments on commit ade5303

Please sign in to comment.