Skip to content

Commit

Permalink
checkout submodules in gha (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Oct 14, 2024
1 parent 4818c97 commit 15ad0be
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

# make cache dirs, these must exist before doing cache stuff
- run: mkdir -p ~/.npm
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- run: mkdir -p ~/.npm
- run: mkdir -p ~/.cache/Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- run: mkdir -p ~/.npm
- run: mkdir -p ~/.cache/Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ls_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- run: mkdir -p ~/.npm
- run: mkdir -p ~/.cache/Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/provider_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- run: mkdir -p ~/.npm
- run: mkdir -p ~/.cache/Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
npm-${{ runner.os }}-${{ runner.arch }}-
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Detect env
id: env
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- run: mkdir -p ~/.npm
- run: mkdir -p ~/.cache/Cypress
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
echo "******************************"
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: PR main into staging
run: |
Expand Down

0 comments on commit 15ad0be

Please sign in to comment.