Skip to content

Commit cad4839

Browse files
committed
iii
1 parent b3b38b6 commit cad4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
MEMCACHE_HOST: memcached
139139
run: |
140140
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)
141+
ls -lah coverage
141142
142143
- name: "Run tests /w MariaDB and Valkey (only for cron)"
143144
if: (success() || failure()) && github.event_name == 'schedule'
@@ -152,7 +153,6 @@ jobs:
152153
MEMCACHE_HOST: memcached
153154
run: |
154155
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)
155-
ls -lah coverage
156156
157157
- name: Upload coverage (only for coverage)
158158
if: env.LOG_COVERAGE

0 commit comments

Comments
 (0)