Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaanj18 committed May 31, 2024
1 parent a53138d commit a2e5472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-test-ginkgo

on:
push:
branches: [main]
branches: [k8s_testing]
paths:
- "KubeArmor/**"
- "tests/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-test-systemd

on:
push:
branches: [main]
branches: [k8s_testing]
paths:
- "KubeArmor/**"
- "tests/**"
Expand Down
2 changes: 1 addition & 1 deletion tests/nonk8s_env/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.PHONY: build
build:
@go mod tidy
@ginkgo -r --vv --flake-attempts=10 --timeout=30m
@ginkgo -r --vv --flake-attempts=10 --timeout=30m --coverpkg=github.com/kubearmor/KubeArmor/tests/...

.PHONY: test
test:
Expand Down

0 comments on commit a2e5472

Please sign in to comment.