Skip to content

Commit

Permalink
chore: update from distro
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Mar 7, 2024
1 parent ba6c08f commit 211314e
Show file tree
Hide file tree
Showing 7 changed files with 877 additions and 789 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -51,13 +51,13 @@ jobs:
run: docker compose exec php composer require api-platform/core:dev-main
-
name: Check HTTP reachability
run: curl -v -o /dev/null http://localhost
run: curl -v --fail-with-body http://localhost
-
name: Check API reachability
run: curl -vk -o /dev/null https://localhost
run: curl -vk --fail-with-body https://localhost
-
name: Check PWA reachability
run: "curl -vk -o /dev/null -H 'Accept: text/html' https://localhost"
run: "curl -vk --fail-with-body -H 'Accept: text/html' https://localhost"
-
name: Create test database
run: docker compose exec -T php bin/console -e test doctrine:database:create
Expand Down
2 changes: 2 additions & 0 deletions api/.hadolint.yaml
@@ -0,0 +1,2 @@
ignored:
- DL3008

0 comments on commit 211314e

Please sign in to comment.