Skip to content

Commit b821bf5

Browse files
committed
Test backend opentelemetry changes
1 parent 25e7370 commit b821bf5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ jobs:
4545

4646
test-submit:
4747
uses: ./.github/workflows/test-examples.yml
48+
with:
49+
CHIPFLOW_BACKEND_VERSION: 'branch-opentracing-batch'
4850
secrets:
4951
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
52+

.github/workflows/test-examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Reusable workflow to test everything in chipflow-examples works
22

33
on:
44
workflow_call:
5+
inputs:
6+
CHIPFLOW_BACKEND_VERSION:
7+
required: false
8+
default: ''
59
secrets:
610
CHIPFLOW_API_KEY:
711
required: true

0 commit comments

Comments
 (0)