Skip to content

Commit 5e30f6a

Browse files
committed
fix: vendored_behat_path
1 parent abf5dac commit 5e30f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
uses: php-actions/behat@v1.0.1
7171
with:
7272
php_version: "${{ matrix.env.php }}"
73-
vendored_behat_path: "${{ github.workspace }}/vendor/bin/behat"
73+
vendored_behat_path: "vendor/bin/behat"

0 commit comments

Comments
 (0)