Skip to content

Commit dbe2dd4

Browse files
7-zete-7maxhelias
authored andcommitted
chore(ci): make the security downgrade of cURL requests more obvious
1 parent c1536ab commit dbe2dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
-
4545
name: Check HTTPS reachability
4646
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
47+
run: curl -v --insecure --fail-with-body https://localhost
4848
-
4949
name: Check Mercure reachability
50-
run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test
50+
run: curl -vI --insecure --fail-with-body https://localhost/.well-known/mercure?topic=test
5151
-
5252
name: Create test database
5353
if: false # Remove this line if Doctrine ORM is installed

0 commit comments

Comments
 (0)