Skip to content

Commit 06f99ad

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ 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+
type: string
9+
default: ''
510
secrets:
611
CHIPFLOW_API_KEY:
712
required: true

0 commit comments

Comments
 (0)