We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f944c57 commit d5ec8acCopy full SHA for d5ec8ac
1 file changed
.github/workflows/build.yml
@@ -164,20 +164,6 @@ jobs:
164
-
165
name: Run PHPUnit
166
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
181
182
183
name: Load fixtures in test application
0 commit comments