We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fcaeb commit 101b159Copy full SHA for 101b159
.github/workflows/deploy.yml
@@ -10,6 +10,8 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ submodules: 'true'
15
16
- uses: actions/setup-node@v2-beta
17
with:
.github/workflows/test.yml
@@ -11,6 +11,8 @@ jobs:
name: Node ${{ matrix.node }} test
- uses: actions/setup-node@v1
18
0 commit comments