Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57060eb

Browse files
authoredDec 5, 2023
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

Lines changed: 1 addition & 5 deletions
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)
Please sign in to comment.