Skip to content

Commit

Permalink
test: add branch 'pearson-release/*.stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
anfbermudezme committed Sep 28, 2021
1 parent 4cc7b0d commit daa8055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
branches:
- pearson/PAE-614
- 'pearson-release/*.stage'

jobs:
run_tests:
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Collect Tests
env:
STUDIO_CFG: lms/envs/bok_choy.yml
run: for dir in $(find . -name "pytest.
run: for dir in $(find . -name "pytest.ini" -exec dirname {} \;); do pytest --collect-only $dir; done

0 comments on commit daa8055

Please sign in to comment.