diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a74cf6..97b1d85 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,4 +23,4 @@ jobs: - run: npm ci - run: cp .env.example .env - run: npm run build - - run: npx concurrently --kill-others "npm run start" "npx wait-on -t 5s http-get://localhost:3001/docs" + - run: npx concurrently --kill-others "npm run start" "npx wait-on -t 5s http-get://localhost:3000/docs"