Skip to content

Commit

Permalink
Remove job
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Oct 30, 2023
1 parent a6f1ce8 commit 86075fc
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,3 @@ jobs:

- run: bin/console cache:warmup --env=dev
- run: composer run-script phpstan

migrations-up-to-date:
runs-on: ubuntu-latest
env:
DATABASE_URL: postgresql://postgres:postgres@127.0.0.1:5432/postgres?serverVersion=13&charset=utf8

services:
db:
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
ports:
- 5432:5432

steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none # default is xdebug
extensions: mbstring, uuid # needed by phpunit

- run: composer install --dev --no-progress

- run: bin/console doctrine:migrations:migrate --no-interaction --allow-no-migration
- run: bin/console doctrine:schema:update --dump-sql
- run: bin/console doctrine:schema:validate

0 comments on commit 86075fc

Please sign in to comment.