Skip to content

Commit b322b09

Browse files
committed
fix(ci): pin conformance test to formae 0.77.16-internal
Remove vars.FORMAE_VERSION indirection in favor of explicit version pinning.
1 parent a0f67cc commit b322b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ jobs:
117117
env:
118118
AWS_REGION: us-east-1
119119
FORMAE_TEST_RUN_ID: ${{ github.run_id }}-${{ github.run_attempt }}
120-
run: make conformance-test VERSION=${{ vars.FORMAE_VERSION || '0.77.16-internal' }}
120+
run: make conformance-test VERSION=0.77.16-internal

0 commit comments

Comments
 (0)