File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3434 artifact_fw_version : ${{ needs.build.outputs.version }}
3535 artifact_run_id : ${{ needs.build.outputs.run_id }}
3636 test_all : ${{ inputs.build-all || false }}
37+ debug :
38+ runs-on : ubuntu-latest
39+ steps :
40+ - name : debug
41+ run : |
42+ echo buildall: ${{ inputs.build_all }}
43+ echo buildall: ${{ inputs.build_all || false }}
Original file line number Diff line number Diff line change 2222 type : string
2323 required : false
2424 default : ' [\"thingy91x\"]'
25+ foobar :
26+ type : string
27+ default : from worklflow call
2528
2629 workflow_dispatch :
2730 inputs :
4851 type : string
4952 required : false
5053 default : ' [\"thingy91x\"]'
54+ foobar :
55+ description : foobar
56+ type : string
57+ default : from workflow dispatch
5158
5259jobs :
5360 set-matrix :
@@ -124,6 +131,8 @@ jobs:
124131 working-directory : asset-tracker-template
125132 run : |
126133 ls -l tests/on_target/artifacts
134+ echo foobar input: ${{ inputs.foobar }}
135+ echo test_all: &{{ inputs.test_all }}
127136
128137 - name : Install dependencies
129138 working-directory : asset-tracker-template/tests/on_target
You can’t perform that action at this time.
0 commit comments