diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e7072f..90e8895 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,7 @@ jobs: with: node-version: 18.x - run: npm install + - run: npm run start-local - run: npm test -- --silent=false env: CI: true