File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build
22
33on :
4- push :
5- branches-ignore :
6- - ' dependabot/**'
74 pull_request : ~
85 release :
96 types : [created]
@@ -170,16 +167,3 @@ jobs:
170167 -
171168 name : Run PHPUnit
172169 run : vendor/bin/phpunit --colors=always
173-
174- -
175- name : Run Behat
176- run : vendor/bin/behat --colors --strict -vvv --no-interaction -f progress || vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --rerun
177-
178- -
179- name : Upload Behat logs
180- uses : actions/upload-artifact@v3
181- if : failure()
182- with :
183- name : Behat logs
184- path : etc/build/
185- if-no-files-found : ignore
Original file line number Diff line number Diff line change 22
33default :
44 suites :
5- greeting_customer :
6- contexts :
7- # - acme_sylius_example.context.ui.shop.welcome
8-
9-
10- filters :
11- # tags: "@greeting_customer"
You can’t perform that action at this time.
0 commit comments