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 8c92adb commit 5dde6adCopy full SHA for 5dde6ad
1 file changed
e2e/config/test_schema_tombi
@@ -4,12 +4,13 @@
4
# Regression test for https://github.com/jdx/mise/discussions/8254
5
# where unevaluatedProperties caused tombi to reject valid task properties.
6
7
-# Install tombi via mise
8
-mise use -g tombi
+# Install a pinned tombi version so release asset packaging changes do not break
+# this schema regression test.
9
+mise use -g [email protected]
10
11
SCHEMA_PATH="$ROOT/schema/mise.json"
12
TASK_SCHEMA_PATH="$ROOT/schema/mise-task.json"
-TOMBI="mise x tombi -- tombi"
13
+TOMBI="mise x tombi@0.9.22 -- tombi"
14
15
# Set up tombi config pointing to local schema
16
cat >"$HOME/tombi.toml" <<EOF
0 commit comments