Skip to content

Commit 0ea73d8

Browse files
committed
OP-551: Disable behat on CI
1 parent 417e4db commit 0ea73d8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)