diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c01961bef..16a6f70400 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,9 @@ jobs: # Remove this whenever we solved those OOM errors. NODE_OPTIONS: --max-old-space-size=4096 - run: yarn lint --max-warnings=0 + - run: yarn install --frozen-lockfile --check-files + working-directory: ./scripts + - run: yarn lint-changelog - uses: codecov/codecov-action@v1 if: ${{ matrix.coverage }} with: