functionbuilder
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nathan Coad
2023-02-10 16:13:50 +11:00
parent 3cdb2afdd8
commit cb490453d2
23 changed files with 0 additions and 2987 deletions

View File

@@ -1,22 +0,0 @@
url: ""
functions:
- type: knative-workflow
id: karate
image: gcr.io/direktiv/functions/karate:1.0
states:
- id: run-test
type: action
action:
function: karate
input:
commands:
- command: java -DtestURL=jq(.host) -Dexport-xlsxSecret=jq(.secrets.export-xlsxSecret)
-jar /karate.jar test.feature
print: false
- command: cat target/karate-reports/karate-summary-json.txt
logging: info
secrets:
- export-xlsxSecret
files:
- key: test.feature
scope: workflow