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"