You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd suggest to merge python-tests-mac.yml and python-tests.yml files into one.
GH Actions YAML syntax allow to execute CI workflows on multiple platforms (check here).
If you need to execute a command specifically to only one of the systems you can conditionalize on the runner specifications.
Edit:
If I see this correctly, currently both CI workflows run the unit testing framework<?>
So I would change the name of the (merged) GH shield to unit
The text was updated successfully, but these errors were encountered:
I'd suggest to merge
python-tests-mac.yml
andpython-tests.yml
files into one.GH Actions YAML syntax allow to execute CI workflows on multiple platforms (check here).
If you need to execute a command specifically to only one of the systems you can conditionalize on the runner specifications.
Edit:
If I see this correctly, currently both CI workflows run the unit testing framework<?>
So I would change the name of the (merged) GH shield to unit
The text was updated successfully, but these errors were encountered: