diff --git a/fs-psql/.github/workflows/test.yml b/fs-psql/.github/workflows/test.yml index 2e420e7..a565218 100644 --- a/fs-psql/.github/workflows/test.yml +++ b/fs-psql/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: run: npm ci - name: Start application - run: npm start > app.log 2>&1 & + run: npm run start:test > app.log 2>&1 & env: TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/test_db?sslmode=disable PORT: 3001