diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5534f39..f2d46dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,24 +12,6 @@ jobs: test: runs-on: ubuntu-latest - services: - postgres: - image: postgres:latest - env: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - POSTGRES_DB: test_db - ports: - - 5432:5432 - options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 - - env: - DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db - steps: - name: Checkout code uses: actions/checkout@v2