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

test: filter some workflows based on paths #3589

Merged
merged 12 commits into from
Feb 14, 2024

Conversation

ericswanson-dfinity
Copy link
Member

@ericswanson-dfinity ericswanson-dfinity commented Feb 14, 2024

Description

Use dorny/paths-filter to only run e2e tests and a few other workflows when related sources change.

This will allow us to update docs without having to wait for long test workflows.

How Has This Been Tested?

Tested by the workflows on this PR, and by opening #3590 to this branch.

Checklist:

@ericswanson-dfinity ericswanson-dfinity marked this pull request as ready for review February 14, 2024 17:02
@ericswanson-dfinity ericswanson-dfinity marked this pull request as draft February 14, 2024 17:09
@ericswanson-dfinity ericswanson-dfinity changed the title test: run e2e tests based on filter test: filter some workflows based on paths Feb 14, 2024
@ericswanson-dfinity ericswanson-dfinity marked this pull request as ready for review February 14, 2024 20:52
Comment on lines +39 to +43
- src/canisters/frontend/**
- src/dfx/**
- src/dfx-core/**
- src/distributed/**
- src/lib/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not src/**?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to put something else in src/<something else>/** without triggering e2e

@ericswanson-dfinity ericswanson-dfinity merged commit aef1c9d into master Feb 14, 2024
176 checks passed
@ericswanson-dfinity ericswanson-dfinity deleted the ens/e2e-change-detection branch February 14, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants