Skip to content

Commit

Permalink
Merge pull request zingolabs#584 from juanky201271/dev_protobuf_in_ci…
Browse files Browse the repository at this point in the history
…_integration_tests

Adding protobuf compiler in ci integration tests
  • Loading branch information
juanky201271 authored Jan 27, 2024
2 parents acb6441 + 21b9e30 commit aa5e8b7
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 441 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
- name: Cargo cache
uses: Swatinem/rust-cache@v2
with:
workspaces: rust

- name: Cargo build
working-directory: ./rust/android
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
repository: ${{ env.REPO-OWNER }}/zingo-mobile

- name: Install protoc
run: brew install protobuf

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
Expand All @@ -43,6 +46,8 @@ jobs:

- name: Cargo cache
uses: Swatinem/rust-cache@v2
with:
workspaces: rust

- name: Build and archive tests
working-directory: ./rust
Expand Down Expand Up @@ -112,6 +117,8 @@ jobs:

- name: Cargo cache
uses: Swatinem/rust-cache@v2
with:
workspaces: rust

- name: Native rust cache
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit aa5e8b7

Please sign in to comment.