From d888c76ca9674b1b9eeb528611715885a1659470 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 19 May 2020 17:29:25 +1000 Subject: [PATCH] ci: add pull of session-file-server submodule --- .github/workflows/pull-request.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7e74cb96d..13e049b45 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,6 +24,15 @@ jobs: - name: Checkout git repo uses: actions/checkout@v2 + - name: Pull git submodules + run: git submodule update --init + + - name: Install file server dependency + run: | + cd session-file-server + yarn install; + cd - + - name: Install node uses: actions/setup-node@v1 with: