From f5c98b7767ecac576f15338f2acc5fa9a2675353 Mon Sep 17 00:00:00 2001 From: Valery Maslov Date: Sun, 24 Dec 2023 20:21:52 +0300 Subject: [PATCH] Simplify frankenphp.yml --- .github/workflows/frankenphp.yml | 13 ------------- 1 file changed, 13 deletions(-) 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