Skip to content

Commit

Permalink
Fix missing database name, user and password
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Sep 14, 2024
1 parent be8e431 commit d6e0b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Build projects, run migrations and seeds
env:
DATABASE_HOST: 127.0.0.1
DATABASE_NAME: quotes
DATABASE_USER: quotes
DATABASE_PASSWORD: p4ssw0rd
DATABASE_PORT: ${{ job.services.mariadb.ports[3306] }}
run: |
yarn run build
Expand Down

0 comments on commit d6e0b93

Please sign in to comment.