From 8a2971901b6f82a9e9582b5379009f2a8a149f58 Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Mon, 25 Mar 2024 08:33:38 -0400 Subject: [PATCH] ok remove the line not needed --- .github/workflows/ci-cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 247b4e2c..651673a1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -72,12 +72,6 @@ jobs: run: | composer stan - - name: Enable PostgreSQL Extensions - run: | - PGPASSWORD=$DB_PASSWORD psql -h localhost -U $DB_USERNAME -d $DB_DATABASE -c "CREATE EXTENSION IF NOT EXISTS vector;" - env: - DB_PORT: ${{ job.services.postgres.ports['5432'] }} - - name: Test with phpunit run: | npm install && npm run build