diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a76e3fd2d..ddd3eefbe 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,7 +36,7 @@ jobs: - name: Install run: yarn install --immutable - name: Test - run: yarn test + run: yarn test -i - name: Lint run: yarn lint - name: Release