From 9a0bb9b8a9fe047b5f101cf4bfd01732415e55db Mon Sep 17 00:00:00 2001 From: Jonas Geertsen Lund Date: Wed, 6 Nov 2024 08:20:11 +0100 Subject: [PATCH] New fix --- .github/workflows/run-tests.yml | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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