From 68312120a288917b96391bf4316209fb84f6f50d 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:27:05 +0100 Subject: [PATCH] Test --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 177e1a9..8b5730f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,4 +19,5 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: cp .env.example .env - - run: npm run test + - run: npm run build + - run: npx concurrently --kill-others "npm run start" "npx wait-on -t 5s http-get://localhost:3001/docs"