diff --git a/.github/workflows/unit-tests-check.yml b/.github/workflows/unit-tests-check.yml index 44cb8657f14c..58cc9450945c 100644 --- a/.github/workflows/unit-tests-check.yml +++ b/.github/workflows/unit-tests-check.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: branches: - - pearson/PAE-614 + - 'pearson-release/*.stage' jobs: run_tests: @@ -51,4 +51,4 @@ jobs: - name: Collect Tests env: STUDIO_CFG: lms/envs/bok_choy.yml - run: for dir in $(find . -name "pytest. \ No newline at end of file + run: for dir in $(find . -name "pytest.ini" -exec dirname {} \;); do pytest --collect-only $dir; done