File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
php -r '(new PDO("pgsql:host=postgres;dbname=test_db", "test_user", "test_pass"))->exec("ALTER ROLE test_user CONNECTION LIMIT 1");'
123
123
if [ -n "$LOG_COVERAGE" ]; then mkdir coverage; fi
124
124
125
- - name : " Run tests 1/2 "
125
+ - name : " Run tests"
126
126
env :
127
127
MYSQL_DSN : " mysql:host=mysql;dbname=test_db"
128
128
MYSQL_USER : test_user
@@ -135,7 +135,8 @@ jobs:
135
135
run : |
136
136
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) --fail-on-warning --fail-on-risky $(if vendor/bin/phpunit --version | grep -q '^PHPUnit 9\.'; then echo -v; else echo --fail-on-notice --fail-on-deprecation --display-notices --display-deprecations --display-phpunit-deprecations --display-warnings --display-errors --display-incomplete --display-skipped; fi)
137
137
138
- - name : " Run tests 2/2"
138
+ - name : " Run tests /w MariaDB and Valkey (only for cron)"
139
+ if : (success() || failure()) && github.event_name == 'schedule'
139
140
env :
140
141
MYSQL_DSN : " mysql:host=mariadb;dbname=test_db"
141
142
MYSQL_USER : test_user
You can’t perform that action at this time.
0 commit comments