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 9ac02d6 commit 1f1346fCopy full SHA for 1f1346f
.github/workflows/ci.yml
@@ -40,10 +40,11 @@ jobs:
40
run: docker compose up --wait --no-build
41
-
42
name: Check HTTP reachability
43
- run: curl -v -o /dev/null http://localhost
+ run: curl -v --fail-with-body http://localhost
44
45
name: Check HTTPS reachability
46
- run: curl -vk -o /dev/null https://localhost
+ 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
48
49
name: Create test database
50
if: false # Remove this line if Doctrine ORM is installed
0 commit comments