Skip to content

Commit

Permalink
Add missing env variables for run tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Sep 14, 2024
1 parent dfc53fb commit 64db238
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
yarn run seed
- name: Run tests
env:
DATABASE_HOST: "127.0.0.1"
DATABASE_NAME: quotes
DATABASE_USER: quotes
DATABASE_PASSWORD: p4ssw0rd
DATABASE_PORT: ${{ job.services.mariadb.ports[3306] }}
TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
yarn test
Expand Down

0 comments on commit 64db238

Please sign in to comment.