Skip to content

Commit 5dde6ad

Browse files
committed
test(config): pin tombi schema test version
1 parent 8c92adb commit 5dde6ad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

e2e/config/test_schema_tombi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
# Regression test for https://github.com/jdx/mise/discussions/8254
55
# where unevaluatedProperties caused tombi to reject valid task properties.
66

7-
# Install tombi via mise
8-
mise use -g tombi
7+
# Install a pinned tombi version so release asset packaging changes do not break
8+
# this schema regression test.
9+
mise use -g [email protected]
910

1011
SCHEMA_PATH="$ROOT/schema/mise.json"
1112
TASK_SCHEMA_PATH="$ROOT/schema/mise-task.json"
12-
TOMBI="mise x tombi -- tombi"
13+
TOMBI="mise x tombi@0.9.22 -- tombi"
1314

1415
# Set up tombi config pointing to local schema
1516
cat >"$HOME/tombi.toml" <<EOF

0 commit comments

Comments
 (0)