Skip to content

Commit 0ae59a9

Browse files
committed
NPA-3899 Validate Consent Example
1 parent 7096137 commit 0ae59a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/schema-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Run Schema Validation
2121
run: npm run validate-example
2222
env:
23-
EXAMPLE_PATH: "~/specification/examples/responses/GET_Consent/adults-consenting.yaml"
24-
SCHEMA_PATH: "~/specification/validated-relationships-service-api.yaml"
23+
EXAMPLE_PATH: "specification/examples/responses/GET_Consent/adults-consenting.yaml"
24+
SCHEMA_PATH: "specification/validated-relationships-service-api.yaml"
2525
SCHEMA_OBJECT: "#/components/schemas/ConsentBundle"

0 commit comments

Comments
 (0)