mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
change usage of reuseable workflow call
This commit is contained in:
parent
d7c5bd4407
commit
ef3c1fc712
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@ -34,9 +34,10 @@ jobs:
|
||||
name: Run Tests
|
||||
runs-on: ubuntu-latest
|
||||
needs: pre-test
|
||||
# strategy:
|
||||
# matrix:
|
||||
# project: [misc, abilities, items, moves, battle]
|
||||
uses: ./.github/workflows/run-test-template.yml
|
||||
with:
|
||||
project: misc
|
||||
strategy:
|
||||
matrix:
|
||||
project: [misc, abilities, items, moves, battle]
|
||||
steps:
|
||||
- uses: ./.github/workflows/run-test-template.yml
|
||||
with:
|
||||
project: misc
|
Loading…
Reference in New Issue
Block a user