diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 737596f..9c438d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,10 +55,10 @@ jobs: run: make phpunit-ci - name: Run Behat tests run: make behat-ci - - name: Run PHPUnit tests with Postgres - run: DB_CONNECTION_OVERRIDE=postgres make phpunit-ci - - name: Run Behat tests with Postgres - run: DB_CONNECTION_OVERRIDE=postgres make behat-ci +# - name: Run PHPUnit tests with Postgres +# run: DB_CONNECTION_OVERRIDE=postgres make phpunit-ci +# - name: Run Behat tests with Postgres +# run: DB_CONNECTION_OVERRIDE=postgres make behat-ci - name: Stop and remove containers if: always() run: make docker-down