Skip to content

Commit 3123b62

Browse files
committed
use the phpspec executable from bin/
1 parent 7a4428d commit 3123b62

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,5 @@ jobs:
4343
with:
4444
args: --prefer-dist
4545
php_version: 8.0
46-
- run: php -v
4746
- name: PHP Spec
48-
uses: php-actions/phpspec@master
49-
with:
50-
config: phpspec.yml
51-
php_version: 8.0
47+
run: bin/phpspec run spec

0 commit comments

Comments
 (0)