refer to branch with origin/develop
This commit is contained in:
1
.github/workflows/quick-regression.yml
vendored
1
.github/workflows/quick-regression.yml
vendored
@ -69,5 +69,4 @@ jobs:
|
|||||||
- name: Run Selected Regression Tests
|
- name: Run Selected Regression Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git diff develop..HEAD
|
|
||||||
python3 tools/regression-tests/get-quick-list.py
|
python3 tools/regression-tests/get-quick-list.py
|
||||||
|
|||||||
@ -253,8 +253,7 @@ def get_examples_using_styles(regex, examples='examples'):
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
headers = changed_files_from_git('develop')
|
headers = changed_files_from_git('origin/develop')
|
||||||
print("headers\n", headers)
|
|
||||||
styles = get_command_from_header(headers, LAMMPS_DIR)
|
styles = get_command_from_header(headers, LAMMPS_DIR)
|
||||||
regex = make_regex(styles)
|
regex = make_regex(styles)
|
||||||
if regex:
|
if regex:
|
||||||
|
|||||||
Reference in New Issue
Block a user