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
6
.github/workflows/validate-mods.yml
vendored
6
.github/workflows/validate-mods.yml
vendored
@ -24,9 +24,6 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Validate source syntax
|
||||
run: bash src/Scripts/test/test-syntax.sh all
|
||||
|
||||
- name: Download deb artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
@ -42,3 +39,6 @@ jobs:
|
||||
|
||||
- name: Test all mods
|
||||
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