Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
added test pipeline task
Browse files Browse the repository at this point in the history
  • Loading branch information
irgalamarr committed Dec 17, 2023
1 parent a47f540 commit a71fa2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a71fa2c

Please sign in to comment.