diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50716ce7bf7..20dc438dc54 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,6 +71,9 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 # install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo - name: install Chrome stable run: |