diff --git a/tekton/pipeline.yaml b/tekton/pipeline.yaml index 97c4b18..01ccbcf 100644 --- a/tekton/pipeline.yaml +++ b/tekton/pipeline.yaml @@ -50,3 +50,17 @@ spec: value: ["--count","--max-complexity=10","--max-line-length=127","--statistics"] runAfter: - clone + + - name: tests + workspaces: + - name: source + workspace: pipeline-workspace + taskRef: + name: nose + params: + - name: database_uri + value: "sqlite:///test.db" + - name: args + value: "-v --with-spec --spec-color" + runAfter: + - clone