Skip to content

Commit

Permalink
Add preupgrade to tests.toml schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Nov 5, 2024
1 parent 477b13f commit e7c7b37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/tests.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"preinstall": {
"type": "string"
},
"preupgrade": {
"type": "string"
},
"args": {
"$ref": "#/$defs/install_args"
},
Expand Down Expand Up @@ -121,4 +124,4 @@
}
}
}
}
}

0 comments on commit e7c7b37

Please sign in to comment.