Skip to content

Commit

Permalink
should fail acceptence test (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Apr 17, 2024
1 parent ed41f03 commit 61864e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
comment: "true"
json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
ajv_custom_regexp_formats: |
lowercase_char=^[a-z]*$
lowercase_char=^[a-c]*$
lowercase_alphanumeric=^[a-z0-9]*$
files: |
__tests__/fixtures/json/custom_ajv_regexp_format/valid.json

0 comments on commit 61864e7

Please sign in to comment.