Skip to content

Commit

Permalink
New fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGLund99 committed Nov 6, 2024
1 parent 43465ad commit 9a0bb9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a0bb9b

Please sign in to comment.