Skip to content

Commit

Permalink
checkout repo before using nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Oct 31, 2024
1 parent f614dba commit 3932494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3932494

Please sign in to comment.