Skip to content

Commit d5ec8ac

Browse files
authored
Update .github/workflows/build.yml
1 parent f944c57 commit d5ec8ac

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,6 @@ jobs:
164164
-
165165
name: Run PHPUnit
166166
run: vendor/bin/phpunit --colors=always
167-
168-
# NO BEHAT TESTS
169-
# -
170-
# name: Run Behat
171-
# run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
172-
#
173-
# -
174-
# name: Upload Behat logs
175-
# uses: actions/upload-artifact@v3
176-
# if: failure()
177-
# with:
178-
# name: Behat logs
179-
# path: etc/build/
180-
# if-no-files-found: ignore
181167

182168
-
183169
name: Load fixtures in test application

0 commit comments

Comments
 (0)