Browse Source

Disabling extras

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

6
.github/workflows/ci.yml

@ -47,14 +47,13 @@ jobs:
- -
name: Check Mercure reachability name: Check Mercure reachability
run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test 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 name: Create test database
if: false
run: docker compose exec -T php bin/console -e test doctrine:database:create run: docker compose exec -T php bin/console -e test doctrine:database:create
- -
name: Run migrations name: Run migrations
if: false
run: docker compose exec -T php bin/console -e test doctrine:migrations:migrate --no-interaction run: docker compose exec -T php bin/console -e test doctrine:migrations:migrate --no-interaction
- -
name: Run PHPUnit name: Run PHPUnit
@ -62,6 +61,7 @@ jobs:
run: docker compose exec -T php bin/phpunit run: docker compose exec -T php bin/phpunit
- -
name: Doctrine Schema Validator name: Doctrine Schema Validator
if: false
run: docker compose exec -T php bin/console -e test doctrine:schema:validate run: docker compose exec -T php bin/console -e test doctrine:schema:validate
lint: lint:
name: Docker Lint name: Docker Lint

Loading…
Cancel
Save