diff --git a/.github/workflows/frankenphp.yml b/.github/workflows/frankenphp.yml index 35d2b19c..0de5daea 100644 --- a/.github/workflows/frankenphp.yml +++ b/.github/workflows/frankenphp.yml @@ -46,9 +46,6 @@ jobs: - name: Check HTTPS reachability run: curl -vk -o /dev/null https://localhost - - - name: Create test database - run: docker compose exec -T php bin/console -e test doctrine:database:create - name: Install the app run: docker compose exec -T php bin/console -e test app:install @@ -58,13 +55,3 @@ jobs: - name: Doctrine Schema Validator run: docker compose exec -T php bin/console -e test doctrine:schema:validate - lint: - name: Docker Lint - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v4 - - - name: Lint Dockerfile - uses: hadolint/hadolint-action@v3.1.0