Skip to content

Commit 4df0b71

Browse files
committed
Comment behat
1 parent 073bb80 commit 4df0b71

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ jobs:
169169
name: Run PHPUnit
170170
run: vendor/bin/phpunit --colors=always
171171

172-
-
173-
name: Run Behat
174-
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
172+
# No behat tests actually
173+
# -
174+
# name: Run Behat
175+
# run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
175176

176177
-
177178
name: Upload Behat logs

features/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)