ci: dont check python syntax for patch test
patch test runs across multiple versions, doesn't make sense here.
This commit is contained in:
parent
9f31723555
commit
4391f8d0f1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/patch-mariadb-tests.yml
vendored
3
.github/workflows/patch-mariadb-tests.yml
vendored
|
|
@ -30,9 +30,8 @@ jobs:
|
|||
- name: Clone
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check for valid Python & Merge Conflicts
|
||||
- name: Check for Merge Conflicts
|
||||
run: |
|
||||
python -m compileall -f "${GITHUB_WORKSPACE}"
|
||||
if grep -lr --exclude-dir=node_modules "^<<<<<<< " "${GITHUB_WORKSPACE}"
|
||||
then echo "Found merge conflicts"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue