Skip to content

Commit 89b0c7e

Browse files
committed
Update build workflow and Behat configuration
- Remove unused certificate installation step from build workflow. - Update base_url in Behat configuration to use HTTP instead of HTTPS.
1 parent ae3fed8 commit 89b0c7e

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ jobs:
6161
-
6262
name: Output PHP version for Symfony CLI
6363
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
64-
65-
-
66-
name: Install certificates
67-
run: symfony server:ca:install
68-
64+
6965
-
7066
name: Run Chrome Headless
7167
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 &

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default:
2020

2121
Behat\MinkExtension:
2222
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
23-
base_url: "https://127.0.0.1:8080/"
23+
base_url: "http://127.0.0.1:8080/"
2424
default_session: symfony
2525
javascript_session: panther
2626
sessions:

0 commit comments

Comments
 (0)