We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1536ab commit dbe2dd4Copy full SHA for dbe2dd4
.github/workflows/ci.yml
@@ -44,10 +44,10 @@ jobs:
44
-
45
name: Check HTTPS reachability
46
if: false # Remove this line when the homepage will be configured, or change the path to check
47
- run: curl -vk --fail-with-body https://localhost
+ run: curl -v --insecure --fail-with-body https://localhost
48
49
name: Check Mercure reachability
50
- run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test
+ run: curl -vI --insecure --fail-with-body https://localhost/.well-known/mercure?topic=test
51
52
name: Create test database
53
if: false # Remove this line if Doctrine ORM is installed
0 commit comments