We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e7370 commit 06f99adCopy full SHA for 06f99ad
.github/workflows/main.yaml
@@ -45,5 +45,8 @@ jobs:
45
46
test-submit:
47
uses: ./.github/workflows/test-examples.yml
48
+ with:
49
+ CHIPFLOW_BACKEND_VERSION: 'branch-opentracing-batch'
50
secrets:
51
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
52
+
.github/workflows/test-examples.yml
@@ -2,6 +2,11 @@ name: Reusable workflow to test everything in chipflow-examples works
2
3
on:
4
workflow_call:
5
+ inputs:
6
+ CHIPFLOW_BACKEND_VERSION:
7
+ required: false
8
+ type: string
9
+ default: ''
10
11
CHIPFLOW_API_KEY:
12
required: true
0 commit comments