diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 305f34b..7f301f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: run: npm ci --prefer-offline --no-audit - name: Generate test coverage - run: npm run test:coverage + run: jest --coverage --testPathPattern='test/(unit|integration).*\.test\.js$' env: NODE_ENV: test BOT_USERNAME: '@TestBot'