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 8d2140f commit 3bfbf23Copy full SHA for 3bfbf23
.github/workflows/python-integration.yaml
@@ -66,8 +66,10 @@ 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
0 commit comments