Reorganize workflow to validate syntax after tests
Reordered steps to validate source syntax after testing mods.
This commit is contained in:
parent
40ff13cc33
commit
15e44f3b5c
8
.github/workflows/validate-mods.yml
vendored
8
.github/workflows/validate-mods.yml
vendored
@ -24,9 +24,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Validate source syntax
|
|
||||||
run: bash src/Scripts/test/test-syntax.sh all
|
|
||||||
|
|
||||||
- name: Download deb artifact
|
- name: Download deb artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
@ -41,4 +38,7 @@ jobs:
|
|||||||
run: apt-get install -y ./deb/*.deb
|
run: apt-get install -y ./deb/*.deb
|
||||||
|
|
||||||
- name: Test all mods
|
- name: Test all mods
|
||||||
run: bash src/Scripts/test/test-patches.sh all
|
run: bash src/Scripts/test/test-patches.sh all
|
||||||
|
|
||||||
|
- name: Validate source syntax
|
||||||
|
run: bash src/Scripts/test/test-syntax.sh all
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user