File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -72,18 +72,18 @@ jobs:
7272 name : Run PHPUnit
7373 run : vendor/bin/phpunit --colors=always
7474
75- -
76- name : Run Behat
77- run : vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
78-
79- -
80- name : Upload Behat logs
81- uses : actions/upload-artifact@v4
82- if : failure()
83- with :
84- name : Behat logs
85- path : etc/build/
86- if-no-files-found : ignore
75+ # -
76+ # name: Run Behat
77+ # run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
78+ #
79+ # -
80+ # name: Upload Behat logs
81+ # uses: actions/upload-artifact@v4
82+ # if: failure()
83+ # with:
84+ # name: Behat logs
85+ # path: etc/build/
86+ # if-no-files-found: ignore
8787
8888 -
8989 name : Upload test log logs
You can’t perform that action at this time.
0 commit comments