|
|
|
|
@ -47,6 +47,9 @@ jobs:
@@ -47,6 +47,9 @@ jobs:
|
|
|
|
|
- |
|
|
|
|
name: Check Mercure reachability |
|
|
|
|
run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test |
|
|
|
|
- |
|
|
|
|
name: Make bin/console executable |
|
|
|
|
run: chmod +x bin/console |
|
|
|
|
- |
|
|
|
|
name: Create test database |
|
|
|
|
run: docker compose exec -T php bin/console -e test doctrine:database:create |
|
|
|
|
|