We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fd50d commit 2a0003dCopy full SHA for 2a0003d
.github/workflows/reusable-phpunit-test.yml
@@ -206,7 +206,7 @@ jobs:
206
- name: Run tests
207
run: script -e -c "vendor/bin/phpunit --color=always ${{ env.EXTRA_PHPUNIT_OPTIONS }}"
208
env:
209
- # DB: ${{ inputs.db-platform }}
+ DB: ${{ inputs.db-platform }}
210
TACHYCARDIA_MONITOR_GA: ${{ inputs.enable-profiling && 'enabled' || '' }}
211
TERM: xterm-256color
212
0 commit comments