Skip to content

Commit 981a6d8

Browse files
committed
DEBUG test PgSQL only with lowest
1 parent a0540b7 commit 981a6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-unit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180
if [ -n "$LOG_COVERAGE" ]; then mv coverage/phpunit.cov coverage/phpunit-mariadb.cov; fi
181181
182182
- name: "Run tests: PostgreSQL"
183+
if: endsWith(matrix.type, 'Lowest')
183184
env:
184185
DB_DSN: "pgsql:host=postgres;dbname=atk4_test"
185186
DB_USER: atk4_test

0 commit comments

Comments
 (0)