Skip to content

Commit 58b43e8

Browse files
Fix false changed behat cli path
1 parent c3dc25e commit 58b43e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
run: |
6969
vendor/bin/phpunit
7070
vendor/bin/phpspec run
71-
vendor/behat/behat --suite=${{ matrix.behat-suite }}
71+
vendor/bin/behat --suite=${{ matrix.behat-suite }}

0 commit comments

Comments
 (0)