We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f614dba commit 3932494Copy full SHA for 3932494
.github/workflows/build.yaml
@@ -71,6 +71,9 @@ jobs:
71
needs: build
72
runs-on: ubuntu-latest
73
steps:
74
+ - uses: actions/checkout@v4
75
+ with:
76
+ fetch-depth: 0
77
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
78
- name: install Chrome stable
79
run: |
0 commit comments