From daa8055ecea04f08fca9209d704191587eb48ff2 Mon Sep 17 00:00:00 2001 From: Felipe Date: Mon, 27 Sep 2021 20:52:49 -0500 Subject: [PATCH] test: add branch 'pearson-release/*.stage' --- .github/workflows/unit-tests-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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