Skip to content

Commit

Permalink
refact CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Ma <klausm@nvidia.com>
  • Loading branch information
k82cn committed Jan 13, 2025
1 parent ba1624d commit 96f2b46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Install gRPC
run: |
sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Cargo make
uses: actions-rs/cargo@v1
with:
command: make
- name: Cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
- name: Install cargo-make
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make
- name: Install gRPC
run: |
sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Cargo build
uses: actions-rs/cargo@v1
with:
command: make
args: build
- name: Setup Minikube
uses: medyagh/setup-minikube@latest
- name: Build image
Expand Down

0 comments on commit 96f2b46

Please sign in to comment.