Skip to content

Commit 2a6b408

Browse files
committed
accidental deletion of custom formats test
1 parent 5f5b452 commit 2a6b408

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/acceptance-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ jobs:
4646
__tests__/**/test1.yml
4747
__tests__/**/test*.json
4848
49+
- name: acceptance test - custom formats
50+
uses: ./
51+
id: json-yaml-validate-custom-formats-test
52+
with:
53+
comment: "true"
54+
json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
55+
ajv_custom_regexp_formats: |
56+
lowercase_char=^[a-z]*$
57+
lowercase_alphanumeric=^[a-z0-9]*$
58+
files: |
59+
__tests__/fixtures/json/custom_ajv_regexp_format/valid.json
60+
4961
- name: acceptance test - flat yaml
5062
uses: ./
5163
id: json-yaml-validate-flat-yaml-test

0 commit comments

Comments
 (0)