Skip to content

Commit 26b90cf

Browse files
committed
feat: remove php-action/behat and use installed behat
1 parent 5e30f6a commit 26b90cf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,5 @@ jobs:
6767
path: code-coverage-results.md
6868

6969
- name: Behat tests
70-
uses: php-actions/behat@v1.0.1
71-
with:
72-
php_version: "${{ matrix.env.php }}"
73-
vendored_behat_path: "vendor/bin/behat"
70+
run: composer run behat
71+

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"Netlogix\\XmlProcessor\\Behat\\": "features/"
2828
}
2929
},
30+
"scripts": {
31+
"behat": "behat"
32+
},
3033
"prefer-stable": true
3134
}

0 commit comments

Comments
 (0)