From 8b3b603ce8112be25de04e0c25aeabca4d161a83 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 17 Apr 2024 12:30:33 -0700 Subject: [PATCH] swap exclude file --- .github/workflows/acceptance-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance-test.yml b/.github/workflows/acceptance-test.yml index db2b868..be3bc90 100644 --- a/.github/workflows/acceptance-test.yml +++ b/.github/workflows/acceptance-test.yml @@ -51,7 +51,7 @@ jobs: id: json-yaml-validate-custom-formats-test with: comment: "true" - exclude_file: .github/config/exclude.txt + exclude_file: .github/config/exclude-alt.txt json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json ajv_custom_regexp_formats: | lowercase_char=^[a-z]*$