Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change GitHub actions to use the makefile test commands #2105

Open
MikeSullivan7 opened this issue Mar 5, 2024 · 0 comments
Open

Change GitHub actions to use the makefile test commands #2105

MikeSullivan7 opened this issue Mar 5, 2024 · 0 comments

Comments

@MikeSullivan7
Copy link
Collaborator

Desired Behaviour

Change the Github actions so that they use commands defined in the Makefile for e.g. pytest. This would allow the local tests to be synced up well with the tests run on GitHub.

Current Behaviour

The GitHub actions currently use the full command line versions e.g. python -m pytest --cov --cov-report=xml -n auto -o log_cli=true --ignore=mantidimaging/eyes_tests --durations=10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant