Skip to content

Commit

Permalink
accidental deletion of custom formats test
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 22, 2024
1 parent 5f5b452 commit 2a6b408
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ jobs:
__tests__/**/test1.yml
__tests__/**/test*.json
- name: acceptance test - custom formats
uses: ./
id: json-yaml-validate-custom-formats-test
with:
comment: "true"
json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
ajv_custom_regexp_formats: |
lowercase_char=^[a-z]*$
lowercase_alphanumeric=^[a-z0-9]*$
files: |
__tests__/fixtures/json/custom_ajv_regexp_format/valid.json
- name: acceptance test - flat yaml
uses: ./
id: json-yaml-validate-flat-yaml-test
Expand Down

0 comments on commit 2a6b408

Please sign in to comment.