Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoB committed Apr 19, 2024
1 parent cab1b34 commit 5ffbbcc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
"kirschbaumdevelopment/laravel-test-runner:8.2",
"kirschbaumdevelopment/laravel-test-runner:8.3"
]
db_connection: [
"mysql",
"pgsql"
]

container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -48,4 +44,10 @@ jobs:
- name: Run Testsuite against MySQL
run: vendor/bin/phpunit
env:
DB_CONNECTION: ${{ matrix.db_connection }}
DB_CONNECTION: mysql
DB_HOST: mysql
- name: Run Testsuite against Postgres
run: vendor/bin/phpunit
env:
DB_CONNECTION: pgsql
DB_HOST: postgres

0 comments on commit 5ffbbcc

Please sign in to comment.