Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 committed Aug 19, 2024
1 parent a616a17 commit d9747a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
]'
sleep 15
df -h
free -h
- name: Get KubeArmor POD info
run: |
Expand All @@ -171,13 +173,10 @@ jobs:
- name: Test KubeArmor using Ginkgo
run: |
kubectl logs $POD_NAME -n kubearmor
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
make
working-directory: ./tests/k8s_env
timeout-minutes: 30
env:
POD_NAME: ${{ env.POD_NAME }}

- name: Kill KubeArmor prcoess in the pod
run: |
Expand Down

0 comments on commit d9747a8

Please sign in to comment.