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

Only run tests when relevant folders are updated #81

Open
Snailedlt opened this issue Aug 5, 2023 · 0 comments
Open

Only run tests when relevant folders are updated #81

Snailedlt opened this issue Aug 5, 2023 · 0 comments
Labels
devops Devops and workflow related good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed testing Anything related to updating or creating new tests
Milestone

Comments

@Snailedlt
Copy link
Owner

Why?

Tests take a while to run. To make PR's faster tests should only run when relevant files are changed.
This depends on adding all relevant files into a single folder, which will be done as a part of #73

How?

https://stackoverflow.com/questions/63822219/how-to-run-github-actions-workflow-only-if-the-pushed-files-are-in-a-specific-fo

on:
  push:
    paths:
    - 'sub-project/**'
@Snailedlt Snailedlt added this to the V1.1 milestone Aug 7, 2023
@Snailedlt Snailedlt added the devops Devops and workflow related label Aug 9, 2023
@Snailedlt Snailedlt added the testing Anything related to updating or creating new tests label Aug 22, 2024
@Snailedlt Snailedlt added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Devops and workflow related good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed testing Anything related to updating or creating new tests
Projects
Status: No status
Development

No branches or pull requests

1 participant