Skip to content

Commit

Permalink
dev: Fix the DB configuration on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Nov 19, 2024
1 parent c041744 commit ed8db12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'feat/**'

env:
APP_ENV: test
NO_DOCKER: true
COVERAGE: --coverage-text
LDAP_HOST: localhost
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
- name: Run the test suite
run: make test
env:
DATABASE_URL: "postgresql://postgres:[email protected]:5432/bileto?serverVersion=12&charset=utf8"
DATABASE_URL: "postgresql://postgres:[email protected]:5432/bileto_test?serverVersion=12&charset=utf8"

mariadb:
runs-on: ${{ matrix.operating-system }}
Expand Down Expand Up @@ -115,4 +116,4 @@ jobs:
- name: Run the test suite
run: make test
env:
DATABASE_URL: 'mysql://root:[email protected]:3306/bileto?serverVersion=10.4.29-MariaDB'
DATABASE_URL: 'mysql://root:[email protected]:3306/bileto_test?serverVersion=10.4.29-MariaDB'

0 comments on commit ed8db12

Please sign in to comment.