mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
try a yml array approach
This commit is contained in:
parent
f4295b98c9
commit
75076791d7
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -39,7 +39,12 @@ jobs:
|
|||||||
needs: [pre-test]
|
needs: [pre-test]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
project: [misc, abilities, items, moves, battle]
|
project:
|
||||||
|
- misc
|
||||||
|
- abilities
|
||||||
|
- items
|
||||||
|
- moves
|
||||||
|
- battle
|
||||||
uses: ./.github/workflows/run-test-template.yml
|
uses: ./.github/workflows/run-test-template.yml
|
||||||
with:
|
with:
|
||||||
project: ${{ matrix.project }}
|
project: ${{ matrix.project }}
|
Loading…
Reference in New Issue
Block a user