Skip to content

Commit eefb5cf

Browse files
committed
chore(ci): test newly published registry releases
1 parent 4605659 commit eefb5cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/registry-impl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)