Skip to content

Commit

Permalink
remove resource folder an update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kabhiibm authored Jul 24, 2023
1 parent f1a2c6f commit ac018dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- |
source $(workspaces.source-code.path)/$(params.plumbing-path)/scripts/library.sh
go build -o tkn $(params.package)/cmd/tkn
for testsuite in clustertask eventlistener pipeline pipelinerun resource task; do
for testsuite in clustertask eventlistener pipeline pipelinerun plugin task; do
header "Running Go $(params.tags) ${testsuite} tests"
report_go_test -v -count=1 -tags=$(params.tags) -timeout=$(params.timeout) $(params.tests-path)/${testsuite}
done

0 comments on commit ac018dd

Please sign in to comment.