We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfdf24 commit 9f010deCopy full SHA for 9f010de
1 file changed
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
- name: Fetch code
67
uses: actions/checkout@v1
68
with:
69
- fetch-depth: 1
+ submodules: true
70
71
- name: Install dependencies
72
run: yarn install --ignore-scripts
0 commit comments