Skip to content

Commit 57060eb

Browse files
authored
fix CI workflow (#2691)
* use `runner.debug` as conditional * remove redundant debug step
1 parent 24c3592 commit 57060eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,8 @@ jobs:
5454
coverage: "xdebug"
5555
tools: "composer"
5656

57-
- name: "Show PHP version"
58-
if: ${{ secrets.DEBUG == 'true' }}
59-
run: "php -v && composer -V"
60-
6157
- name: "Show Docker version"
62-
if: ${{ secrets.DEBUG == 'true' }}
58+
if: ${{ runner.debug }}
6359
run: "docker version && env"
6460

6561
- name: "Download Composer cache dependencies from cache"

0 commit comments

Comments
 (0)