Skip to content

Commit

Permalink
Rename tests => test
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbluf committed Sep 20, 2023
1 parent 58ae97d commit d22cc44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build: ## Build with timoni with ns+name provided as arg/flag

e2e: ## Run full flow + ep validate
@$(MAKE) apply
@tests/validate.sh
@test/validate.sh
@$(MAKE) delete

apply: ## Apply the module with default values
Expand Down
4 changes: 4 additions & 0 deletions test/kind.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: test-cluster
File renamed without changes.

0 comments on commit d22cc44

Please sign in to comment.