mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
fix ci
This commit is contained in:
@@ -375,6 +375,7 @@ var _ = Describe("Test Workflow", func() {
|
||||
|
||||
func makeTestCase(steps []oamcore.WorkflowStep) (*oamcore.Application, []wfTypes.TaskRunner) {
|
||||
app := &oamcore.Application{
|
||||
ObjectMeta: metav1.ObjectMeta{UID: "test-uid"},
|
||||
Spec: oamcore.ApplicationSpec{
|
||||
Workflow: &oamcore.Workflow{
|
||||
Steps: steps,
|
||||
|
||||
Reference in New Issue
Block a user