We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421a929 commit f285118Copy full SHA for f285118
.github/workflows/ci.yml
@@ -70,4 +70,4 @@ jobs:
70
uses: php-actions/behat@v1.0.1
71
with:
72
php_version: "${{ matrix.env.php }}"
73
- vendored_behat_path: vendor/bin/behat
+ vendored_behat_path: ${GITHUB_WORKSPACE}/vendor/bin/behat
0 commit comments