eclipse-volttron / github-tooling

Other
0 stars 4 forks source link

Expand filter for trigger on run-tests workflow #11

Open bonicim opened 1 year ago

bonicim commented 1 year ago

Currently, run-tests.yml workflow will be triggered on all pull requests that only change files ending in *.py. We need to expand the scope of running tests on pull requests to include *.toml and *.yml files (e.g. pyproject.toml or .precommit.yml).

Task: Change these lines of code: https://github.com/eclipse-volttron/github-tooling/blob/main/actions-all-repositories/run-test.yml#L13-L14

Related to: https://github.com/eclipse-volttron/volttron-lib-base-driver/pull/8#issuecomment-1316056050

craig8 commented 1 year ago

@bonicim Please submit a pr with the run-tests.yml updates that you made. Include any variable changes that you feel should go into these as well.