diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7aa96b1..0bed0e1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -23,9 +23,12 @@ jobs: - name: Install Protoc run: sudo apt-get install -y protobuf-compiler + - name: Get submodules + run: git submodule update --init --recursive + - name: Build protos run: | - mkdir protos + mkdir proto npm run build:protos:mac - name: Run Jest tests diff --git a/README.md b/README.md index c4c7c0f..a1e282f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - `npm i` - Install [Protobuf Compiler (protoc)](https://medium.com/@LogeshSakthivel/installing-protobuf-compiler-protoc-536e7770e13b). - `npm run build:protos:(mac/win)` +- `git submodule update --init --recursive` to update submodules ### Start server