mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +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]
|
||||
strategy:
|
||||
matrix:
|
||||
project: [misc, abilities, items, moves, battle]
|
||||
project:
|
||||
- misc
|
||||
- abilities
|
||||
- items
|
||||
- moves
|
||||
- battle
|
||||
uses: ./.github/workflows/run-test-template.yml
|
||||
with:
|
||||
project: ${{ matrix.project }}
|
Loading…
Reference in New Issue
Block a user