Skip to content

Commit f29cae6

Browse files
committed
Added new test workflow.
1 parent 118ca8b commit f29cae6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
kind: TestWorkflow
2+
apiVersion: testworkflows.testkube.io/v1
3+
metadata:
4+
name: gradle-test
5+
namespace: testkube
6+
labels:
7+
test-workflow-templates: "yes"
8+
testkube.io/name: Gradle
9+
spec:
10+
use:
11+
- name: official/gradle/v1
12+
content:
13+
git:
14+
uri: https://github.com/lreimer/hands-on-testkube.git
15+
container:
16+
workingDir: /data/repo
17+
status: {}

0 commit comments

Comments
 (0)