Run unit tests when tap/api changes (#1016)

* update test files paths
This commit is contained in:
gadotroee
2022-04-19 08:51:32 +03:00
committed by GitHub
parent 1213162b85
commit 149e86d050
6 changed files with 6 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- name: Check extensions modified files
id: ext_modified_files
run: devops/check_modified_files.sh tap/extensions/
run: devops/check_modified_files.sh tap/extensions/ tap/api/
- name: Extensions Test
if: github.event_name == 'push' || steps.ext_modified_files.outputs.matched == 'true'
@@ -64,4 +64,3 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2