Skip to content

Commit afcac06

Browse files
committed
Use .sh instead .php for drone.ylm
check_php.sh instead of check_php.php
1 parent 177308b commit afcac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969
- bats ./test/test.bats
7070
- name: php-test
7171
commands:
72-
- ./test/check_php.php
72+
- ./test/check_php.sh
7373

7474
trigger:
7575
event: [ pull_request ]

0 commit comments

Comments
 (0)