Skip to content

Commit f969c10

Browse files
committed
Fix behat & remove behat from build
1 parent eeee4ff commit f969c10

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build
22

33
on:
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

doc/functionalities.md

Whitespace-only changes.

tests/Behat/Resources/suites.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,3 @@
22

33
default:
44
suites:
5-
greeting_customer:
6-
contexts:
7-
# - acme_sylius_example.context.ui.shop.welcome
8-
9-
10-
filters:
11-
# tags: "@greeting_customer"

0 commit comments

Comments
 (0)