Skip to content

Commit

Permalink
Simplify frankenphp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Dec 24, 2023
1 parent bed9883 commit f5c98b7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/frankenphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]

0 comments on commit f5c98b7

Please sign in to comment.