Skip to content

Commit

Permalink
fix(test): ignore pkg/k8s test
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Dec 25, 2024
1 parent 70fd654 commit db1efa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: install tools
run: make tools

- name: test webhooks
- name: run test
run: make test

2 changes: 1 addition & 1 deletion make/development.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test-webhooks: ## Test the webhooks

.PHONY: test-package
test-package:
go test -v ./pkg/...
go test -v ./pkg/helper/... ./pkg/task/...

.PHONY: test-internal
test-internal:
Expand Down

0 comments on commit db1efa0

Please sign in to comment.