Skip to content

Commit d0abf8b

Browse files
chore: update from distro
1 parent e95a820 commit d0abf8b

File tree

7 files changed

+1918
-1764
lines changed

7 files changed

+1918
-1764
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
run: docker compose exec php composer require api-platform/core:dev-main
5252
-
5353
name: Check HTTP reachability
54-
run: curl -v -o /dev/null http://localhost
54+
run: curl -v --fail-with-body http://localhost
5555
-
5656
name: Check API reachability
57-
run: curl -vk -o /dev/null https://localhost
57+
run: curl -vk --fail-with-body https://localhost
5858
-
5959
name: Check PWA reachability
60-
run: "curl -vk -o /dev/null -H 'Accept: text/html' https://localhost"
60+
run: "curl -vk --fail-with-body -H 'Accept: text/html' https://localhost"
6161
-
6262
name: Create test database
6363
run: docker compose exec -T php bin/console -e test doctrine:database:create

.hadolint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignored:
2+
- DL3008

0 commit comments

Comments
 (0)