Skip to content

Commit 739ee79

Browse files
committed
IWF-186: Print Temporal version used
1 parent 456682c commit 739ee79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-temporal-integ-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: "Set up temporal environment"
1919
run: docker compose -f docker-compose/ci-temporal-dependencies.yml up -d
20+
- name: "Temporal version used"
21+
run: echo $TEMPORAL_VERSION
2022
- name: "Test against temporal"
2123
run: make ci-temporal-integ-test
2224
- name: Dump docker logs

0 commit comments

Comments
 (0)