Skip to content

Commit 301b174

Browse files
committed
fix: pass CAMUNDA_VERSION environment variable to integration tests
1 parent 15cf205 commit 301b174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
7474
- name: Run integration tests
7575
run: npm run test:integration
76+
env:
77+
CAMUNDA_VERSION: ${{ matrix.camunda }}
7678

7779
- name: Stop Camunda
7880
if: always()

0 commit comments

Comments
 (0)