Skip to content

Commit ce779e1

Browse files
committed
Updated Behat config to use HTTP and removed redundant certificate installation step in build workflow
1 parent bc4fcfb commit ce779e1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ jobs:
7878
name: Output PHP version for Symfony CLI
7979
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
8080

81-
-
82-
name: Install certificates
83-
run: symfony server:ca:install
84-
8581
-
8682
name: Get Composer cache directory
8783
id: composer-cache

behat.yaml.dist

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

1414
Behat\MinkExtension:
1515
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
16-
base_url: "https://127.0.0.1:8080/"
16+
base_url: "http://127.0.0.1:8080/"
1717
default_session: symfony
1818
javascript_session: chrome
1919
sessions:

0 commit comments

Comments
 (0)