We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cca6a commit a943b2fCopy full SHA for a943b2f
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
env:
31
APP_ENV: test
32
- BEHAT_BASE_URL: "https://127.0.0.1:8080/"
+ BEHAT_BASE_URL: "http://127.0.0.1:8080/"
33
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
34
35
steps:
@@ -66,10 +66,6 @@ jobs:
66
name: Output PHP version for Symfony CLI
67
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
68
69
- -
70
- name: Install certificates
71
- run: symfony server:ca:install
72
-
73
74
name: Get Composer cache directory
75
id: composer-cache
@@ -161,7 +157,7 @@ jobs:
161
157
162
158
163
159
name: Run webserver
164
- run: symfony server:start --port=8080 --daemon
160
+ run: symfony server:start --port=8080 --no-tls --daemon
165
166
167
name: Run Behat
0 commit comments