File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ jobs:
221221 jobs=4
222222 fi
223223 echo "TEST_TOOL_JOBS=$jobs" >> "$GITHUB_ENV"
224+ # Validate newly published backend releases immediately; user installs keep
225+ # the default release-age policy. Apply this only inside the test containers.
224226 - id : test-tools
225227 env :
226228 TEST_TRANCHE : ${{ matrix.tranche }}
@@ -256,6 +258,7 @@ jobs:
256258 -e TEST_TRANCHE_COUNT="$TEST_TRANCHE_COUNT" \
257259 -e MISE_EXPERIMENTAL=1 \
258260 -e MISE_LOCKFILE=1 \
261+ -e MISE_MINIMUM_RELEASE_AGE=0 \
259262 -e MISE_USE_VERSIONS_HOST_TRACK=0 \
260263 -e RUST_BACKTRACE=1 \
261264 ghcr.io/jdx/mise:e2e \
@@ -317,6 +320,7 @@ jobs:
317320 -e TEST_TOOL_JOBS="$TEST_TOOL_JOBS" \
318321 -e MISE_EXPERIMENTAL=1 \
319322 -e MISE_LOCKFILE=1 \
323+ -e MISE_MINIMUM_RELEASE_AGE=0 \
320324 -e MISE_USE_VERSIONS_HOST_TRACK=0 \
321325 -e RUST_BACKTRACE=1 \
322326 ghcr.io/jdx/mise:e2e \
You can’t perform that action at this time.
0 commit comments