Scope api schema.json to target branch

This commit is contained in:
Shane McDonald
2022-02-07 17:54:01 -05:00
parent c8b906ffb7
commit 6ed429ada2
4 changed files with 10 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
label: Run Collection Tests
- name: api-schema
label: Check API Schema
command: /start_tests.sh detect-schema-change
command: /start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{ github.event.pull_request.base.ref }}
- name: ui-lint
label: Run UI Linters
command: make ui-lint