Skip to content

Commit

Permalink
Merge pull request #353 from com-pas/fix/submodules-build-fix
Browse files Browse the repository at this point in the history
fix: Submodules build fix
  • Loading branch information
clepski authored Feb 3, 2025
2 parents ff6fe2f + ae659dd commit 8eabb5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'

- name: Cache Docker Register
if: ${{ github.event_name == 'pull_request' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'

- name: Cache Docker Register
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'

- name: Use Node.js 18.x
uses: actions/setup-node@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'

- name: Use Node.js 18.x
uses: actions/setup-node@v4
Expand Down

0 comments on commit 8eabb5f

Please sign in to comment.