check out submodules too
This commit is contained in:
parent
0efd9a65b6
commit
c776ef4f16
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -119,6 +119,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Run npm install in CLI
|
||||
run: npm ci
|
||||
|
|
Loading…
Reference in a new issue