diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d703091..c1368672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,4 @@ jobs: node-version: 14.x - run: yarn install --frozen-lockfile - run: yarn build - - run: yarn test + - run: DEBUG=communities:test* yarn test