aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-01-08 17:02:21 +0100
committerGitHub <noreply@github.com>2020-01-08 17:02:21 +0100
commit245f93bd09f4a7c49c0d5110565729c893ea74e6 (patch)
tree00b14a8b25e47ef6f48874aede211cd4b346ec72 /.github/workflows
parentbb591c1f9e05a558e7fd54dfca81b22055bf99af (diff)
add submodules
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 00312ce..62a6cdf 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -19,6 +19,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
+ git submodule init
+ git submodule update
npm ci
npm run build --if-present
# npm test