Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,40 +163,40 @@ jobs:
name: Validate database schema
run: vendor/bin/console doctrine:schema:validate

-
name: Run PHPSpec
run: vendor/bin/phpspec run --ansi -f progress --no-interaction

-
name: Run Chrome Headless
run: google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &

-
name: Run webserver
run: symfony server:start --port=8080 --daemon

-
name: Run PHPUnit
run: vendor/bin/phpunit --colors=always

-
name: Run Behat
run: vendor/bin/behat --colors --strict -vvv -f progress --no-interaction || vendor/bin/behat --colors --strict -vvv -f progress --no-interaction --rerun

-
name: Upload Behat logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: "Behat logs - Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"
path: etc/build/
if-no-files-found: ignore

-
name: Upload test log logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: "Var logs - Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"
path: tests/Application/var/log/
if-no-files-found: ignore
# -
# name: Run PHPSpec
# run: vendor/bin/phpspec run --ansi -f progress --no-interaction
#
# -
# name: Run Chrome Headless
# run: google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &
#
# -
# name: Run webserver
# run: symfony server:start --port=8080 --daemon
#
# -
# name: Run PHPUnit
# run: vendor/bin/phpunit --colors=always
#
# -
# name: Run Behat
# run: vendor/bin/behat --colors --strict -vvv -f progress --no-interaction || vendor/bin/behat --colors --strict -vvv -f progress --no-interaction --rerun
#
# -
# name: Upload Behat logs
# uses: actions/upload-artifact@v4
# if: failure()
# with:
# name: "Behat logs - Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"
# path: etc/build/
# if-no-files-found: ignore
#
# -
# name: Upload test log logs
# uses: actions/upload-artifact@v4
# if: failure()
# with:
# name: "Var logs - Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"
# path: tests/Application/var/log/
# if-no-files-found: ignore
47 changes: 0 additions & 47 deletions assets/shop/js/WishlistVariantButton.js

This file was deleted.

129 changes: 0 additions & 129 deletions assets/shop/js/copyToWishlistsListModal.js

This file was deleted.

61 changes: 0 additions & 61 deletions assets/shop/js/handleAddAnotherWishlistModal.js

This file was deleted.

64 changes: 0 additions & 64 deletions assets/shop/js/handleCopyToWishlistListModal.js

This file was deleted.

Loading
Loading