diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 845acca9b9..0b944b73c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 100 # assumes PR/push to master is no larger than 100 commits. Other solutions are needlessly complex. - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3