Skip to content

Commit a83735d

Browse files
authored
Update unit_testing_umfile_utils.yml
1 parent 7b3843a commit a83735d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ unit_testing_umfile_utils.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
strategy:
16-
fail-fast: true
16+
fail-fast: false
1717
matrix:
1818
python-version: ["3.9", "3.10", "3.11"]
1919

@@ -40,9 +40,7 @@ jobs:
4040

4141
- name: Run tests
4242
shell: bash -l {0}
43-
run: coverage run -m --source=umfile_utils
44-
45-
umfile_utils
43+
run: coverage run -m --source=umfile_utils pytest
4644

4745
- name: Generate coverage report
4846
shell: bash -l {0}

0 commit comments

Comments
 (0)