Skip to content

Commit c4e9399

Browse files
committed
Remove install ca certificate, not used anymore
1 parent a288638 commit c4e9399

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/sylius.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ jobs:
8181
-
8282
name: 'Install Sylius-Standard and Plugin'
8383
run: 'make install -e SYLIUS_VERSION=${{ matrix.sylius }} SYMFONY_VERSION=${{ matrix.symfony }}'
84-
-
85-
name: 'Install certificates'
86-
run: 'symfony server:ca:install'
87-
-
88-
name: 'Run Chrome headless'
89-
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=''*'' https://127.0.0.1 > /dev/null 2>&1 &'
90-
-
91-
name: 'Run webserver'
92-
run: 'symfony server:start --port=8080 --daemon'
9384
id: end-of-setup-sylius
9485
-
9586
name: 'Doctrine Schema Validate - Run'
@@ -98,14 +89,6 @@ jobs:
9889
name: 'Run PHPUnit'
9990
run: 'make phpunit'
10091
if: 'always() && steps.end-of-setup-sylius.outcome == ''success'''
101-
# -
102-
# name: 'Configure Behat'
103-
# run: 'make behat-configure'
104-
# if: 'always() && steps.end-of-setup-sylius.outcome == ''success'''
105-
# -
106-
# name: 'Run behat'
107-
# run: 'vendor/bin/behat --strict --no-interaction -f progress || vendor/bin/behat --strict -vvv --no-interaction --rerun'
108-
# if: 'always() && steps.end-of-setup-sylius.outcome == ''success'''
10992
-
11093
uses: actions/upload-artifact@v4
11194
if: failure()

0 commit comments

Comments
 (0)