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 e1e25e2 commit 0bdb781Copy full SHA for 0bdb781
.github/workflows/python-integration.yaml
@@ -66,7 +66,11 @@ jobs:
66
CENTURION_RABBITMQ_IMAGE_TAG: ${{ matrix.rabbitmq-version }}
67
POSTGRES_IMAGE_TAG: ${{ matrix.postgres-version }}
68
CENTURION_IMAGE_TAG: ${{ env.GITHUB_SHA }}
69
+ CENTURION_IMAGE_TAG_test: ${{ GITHUB_SHA }}
70
run: |
71
+ echo "CENTURION_IMAGE_TAG: ${CENTURION_IMAGE_TAG}";
72
+ echo "CENTURION_IMAGE_TAG_test: ${CENTURION_IMAGE_TAG_test}";
73
+ echo "GITHUB_SHA: ${GITHUB_SHA}";
74
make test-integration
75
76
0 commit comments