Skip to content

Commit

Permalink
install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 14, 2024
1 parent 379bd2d commit 1b53af3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- name: Deps
if: runner.os == 'macOS'
run: brew install protobuf
- name: Unit Test (with examples)
if: runner.os == 'Linux'
run: APP_BRANCH=${APP_REF:11} DOCKER_GATEWAY_HOST=172.17.0.1 DOCKER_HOST_HTTP="http://172.17.0.1" make

- name: Unit Test
if: runner.os == 'macOS'
run: make ci_no_docker
Expand Down

0 comments on commit 1b53af3

Please sign in to comment.