Skip to content

Commit 37ddbaf

Browse files
Copilotjsburckhardt
andcommitted
feat: update GitHub workflow to include k3d feature
Co-authored-by: jsburckhardt <[email protected]>
1 parent df059d4 commit 37ddbaf

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- gic
2121
- gitleaks
2222
- jnv
23+
- k3d
2324
- kyverno
2425
- notation
2526
- ruff

test/k3d/test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
source dev-container-features-test-lib
6+
check "k3d" k3d version
7+
reportResults

0 commit comments

Comments
 (0)