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: