Fix test not initializing submodules
This commit is contained in:
parent
6d8a4b9b24
commit
953fc53d3a
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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install package
|
||||
run: yarn install
|
||||
- name: Run `test` script
|
||||
|
|
Reference in a new issue