Skip to content

Commit dcceb70

Browse files
committed
test if nginx config is ok
1 parent 2d47e4f commit dcceb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} php -m
9696
9797
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -v
98+
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -T
9899
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
99100
100101
- name: Build and push (nginx)

0 commit comments

Comments
 (0)