Skip to content

Commit

Permalink
ok remove the line not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 25, 2024
1 parent 1eb22cb commit 8a29719
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a29719

Please sign in to comment.