Skip to content

Commit

Permalink
install socat in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas220 <shreyas.ny@gmail.com>

test

Signed-off-by: Shreyas220 <shreyas.ny@gmail.com>

asds

Signed-off-by: Shreyas220 <shreyas.ny@gmail.com>
  • Loading branch information
Shreyas220 committed Sep 14, 2023
1 parent dc2ad88 commit 790a84d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2,923 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Build KubeArmorController
run: make -C pkg/KubeArmorController/ docker-build TAG=latest

- name: Install socat
run: sudo apt-get -y install socat

- name: Install KubeArmor Latest and KubeArmorController using Helm
run: |
# install kubearmor latest and controller built in this PR
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "protobuf/**"
- ".github/workflows/ci-test-ginkgo.yml"
- "pkg/KubeArmorOperator/**"
- "deployments/helm/**"
pull_request:
branches: [main]
paths:
Expand Down Expand Up @@ -43,6 +44,9 @@ jobs:
- name: Compile libbpf
run: ./.github/workflows/install-libbpf.sh

- name: Install socat
run: sudo apt-get -y install socat

- name: Setup a Kubernetes environment
run: ./.github/workflows/install-k3s.sh

Expand Down
Loading

0 comments on commit 790a84d

Please sign in to comment.