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

Investigate using path filters to reduce the number of tests we are running #626

Open
madolson opened this issue Jun 11, 2024 · 0 comments
Labels
help wanted External contributions would be appreciated

Comments

@madolson
Copy link
Member

If someone updates the README file, we run all of the tests. We should investigate using path filters, https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore, so we only have to run tests when it actually makes sense to do so. My only initial suggestion is we shouldn't run the functional tests if *.md is modified, but maybe folks have other ideas.

@madolson madolson added the help wanted External contributions would be appreciated label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted External contributions would be appreciated
Projects
None yet
Development

No branches or pull requests

1 participant