functionbuilder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Coad
2023-02-10 16:15:36 +11:00
parent 2e02b77d57
commit 54093c9106
23 changed files with 3215 additions and 0 deletions

16
tests/v1.0/tests.yaml Normal file
View File

@@ -0,0 +1,16 @@
url: ""
functions:
- type: knative-workflow
id: export-xlsx
image: registry.coadcorp.com/export-xlsx:test
states:
- id: state0
type: action
action:
function: export-xlsx
input:
files:
- data: "jq(.input) \n"
name: /tmp/input.json
out-filename: example.xlsx
worksheet-name: TestSpreadsheet