Skip to content

Commit

Permalink
Fix GitHub action:
Browse files Browse the repository at this point in the history
- install Protoc
- build protos
  • Loading branch information
JonasGLund99 committed Nov 6, 2024
1 parent 787a48e commit 43465ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler

- name: Build protos
run: |
mkdir protos
npm run build:protos:mac
- name: Run Jest tests
run: npm run test

0 comments on commit 43465ad

Please sign in to comment.