mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Create a changed files testrun
sections to help select which tests to run
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
d0ffe3a3e1
commit
2c44e3efaf
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -46,18 +46,22 @@ jobs:
|
|||
docs:
|
||||
- doc/**
|
||||
salt:
|
||||
- added|modified:
|
||||
- added|modified: &salt_added_modified
|
||||
- setup.py
|
||||
- noxfile.py
|
||||
- salt/**/*.py
|
||||
- tasks/**/*.py
|
||||
- tools/**/*.py
|
||||
tests:
|
||||
- added|modified:
|
||||
- added|modified: &tests_added_modified
|
||||
- tests/**/*.py
|
||||
pylintrc:
|
||||
- added|modified:
|
||||
- .pylintrc
|
||||
testrun:
|
||||
- added|modified:
|
||||
- *salt_added_modified
|
||||
- *tests_added_modified
|
||||
|
||||
- name: Write Changed Files To A Local File
|
||||
run:
|
||||
|
|
Loading…
Add table
Reference in a new issue