diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9506ca40d..e49a4b223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,10 @@ jobs: - name: Check HTTPS reachability if: false # Remove this line when the homepage will be configured, or change the path to check - run: curl -vk --fail-with-body https://localhost + run: curl -v --insecure --fail-with-body https://localhost - name: Check Mercure reachability - 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 - name: Create test database if: false # Remove this line if Doctrine ORM is installed