Skip to content

Commit

Permalink
Update run_unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 21, 2024
1 parent 17d5478 commit 3ed6092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests for SPM Python
name: Run unit tests
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:

- name: Run tests on Linux or Windows
shell: bash
if: runner.os == 'Mac'
run: mwpython -m unittest discover tests -v
if: runner.os != 'Mac'
run: python -m unittest discover tests -v

0 comments on commit 3ed6092

Please sign in to comment.