diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a76de3206..282794af3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,8 @@ jobs: with: node-version: '12.x' - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Check yarn cache integrity run: yarn install --immutable --immutable-cache --check-cache - name: Check yarn deferred versions have been applied