From e36c3435e164a95c190f221ac1b5e342774f3429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Sun, 10 Mar 2024 17:29:30 +0100 Subject: [PATCH] Fixed --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"