Skip to content

Commit dca1b48

Browse files
committed
Fix CI Test command.
1 parent 2d5fa2e commit dca1b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Test docker images
2020
run: |
21-
docker run kooldev/wordpress:${{ matrix.version }} wordpress -v
21+
docker run kooldev/wordpress:${{ matrix.version }} php /usr/src/wordpress/index.php
2222
- name: Push to Hub
2323
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
2424
env:

0 commit comments

Comments
 (0)