Browse Source

Still debugging

imwald
Nuša Pukšič 1 year ago
parent
commit
ca63780b9d
  1. 6
      .github/workflows/ci.yml

6
.github/workflows/ci.yml

@ -47,6 +47,12 @@ jobs: @@ -47,6 +47,12 @@ jobs:
-
name: Check Mercure reachability
run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test
-
name: Check file permissions
run: ls -l bin/console
-
name: Check user inside container
run: whoami
-
name: Create test database
run: docker compose exec -T php bin/console -e test doctrine:database:create

Loading…
Cancel
Save