add KUBERNETES env to enable Kubernetes tests

Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
This commit is contained in:
Matteo Silvestri
2022-08-30 11:13:02 +02:00
parent dcf1f1627f
commit 8a59bedadd
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ jobs:
env:
CI: true
KUBERNETES: true
steps:
- uses: actions/checkout@v3