File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6262 strategy :
6363 matrix :
6464 dir : ${{ fromJson(needs.changed-dirs.outputs.dirs) }}
65+ fail-fast : false
6566
6667 steps :
6768 - name : Checkout repository
@@ -71,16 +72,13 @@ jobs:
7172 sparse-checkout : ' ${{ matrix.dir }}'
7273 sparse-checkout-cone-mode : false
7374
74- - run : |
75- shopt -s dotglob
76- mv ${matrix.dir}/* .
77- rm -rf ${matrix.dir}
78-
7975 - name : Install uv
8076 uses : astral-sh/setup-uv@v6
8177
8278 - name : Install dependencies
79+ working-directory : ${{ matrix.dir }}
8380 run : uv pip install -r requirements.txt
8481
8582 - name : Run tests
83+ working-directory : ${{ matrix.dir }}
8684 run : pytest -v .
Original file line number Diff line number Diff line change 3939 !recipes/**
4040 !**.md
4141 !.github/**
42- .github/workflows/unit-tests.yml
42+ .github/workflows/framework- unit-tests.yml
4343
4444 - name : Show output
4545 run : |
You can’t perform that action at this time.
0 commit comments