Fix test not initializing submodules
This commit is contained in:
parent
5c0dcd460e
commit
87fa3245e7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/yarn-test.yaml
vendored
2
.github/workflows/yarn-test.yaml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Run `test` script
|
- name: Run `test` script
|
||||||
|
|
Reference in a new issue