fix(test): Remove symlink

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
Benoit Tigeot 2026-02-22 15:03:04 +01:00
parent 6a2d9a8695
commit 690730d3b9
No known key found for this signature in database
GPG key ID: 8E6D4FC8AEBDA62C
5 changed files with 15 additions and 1 deletions

View file

@ -1 +0,0 @@
../../../action/testdata/charts/chart-with-schema-ref

View file

@ -0,0 +1,3 @@
apiVersion: v2
name: chart-with-schema-ref
version: 0.1.0

View file

@ -0,0 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "string"
}

View file

@ -0,0 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": { "$ref": "name.schema.json" }
}
}

View file

@ -0,0 +1 @@
name: "test"