Skip to content

Commit 434179d

Browse files
authored
Update run-tests.yml
1 parent 08226ec commit 434179d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/run-tests.yml

-10
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ jobs:
8383
DB_PORT: ${{ job.services.mysql.ports[3306] }}
8484
REDIS_PORT: 6379
8585

86-
- name: Execute tests with PostgreSQL
87-
run: vendor/bin/pest
88-
env:
89-
DB_CONNECTION: pgsql
90-
DB_DATABASE: query_test
91-
DB_USERNAME: user
92-
DB_PASSWORD: secret
93-
DB_PORT: ${{ job.services.postgres.ports[5432] }}
94-
REDIS_PORT: 6379
95-
9686
- name: Execute tests with SQLite
9787
run: vendor/bin/pest
9888
env:

0 commit comments

Comments
 (0)