Skip to content

Commit

Permalink
Ensure protoc installed during oci-catalog tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Aug 10, 2023
1 parent 4b87fc9 commit 10bc422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ jobs:
image: rust:${{needs.setup.outputs.rust_version}}
steps:
- uses: actions/checkout@v3
- name: Install protoc dependency
run: sudo apt-get install -y protobuf-compiler
- name: Run rust unit tests
run: cargo test --manifest-path cmd/oci-catalog/Cargo.toml

Expand Down

0 comments on commit 10bc422

Please sign in to comment.