Skip to content

Commit

Permalink
fix(ci): Include submodules when cloning in CI (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes authored Nov 12, 2023
1 parent ef7e0cc commit cc9087d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit cc9087d

Please sign in to comment.