diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 393deb7..830e133 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -30,8 +30,6 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - ports: - - 5432:5432 steps: - name: ⬇️ Checkout repo @@ -49,7 +47,7 @@ jobs: - name: 🧪 Run unit tests run: npm run test:run env: - DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test + DATABASE_URL: postgresql://test:test@postgres:5432/brackt_test NODE_OPTIONS: --max-old-space-size=4096 typecheck: