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
|
name: Run Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
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
|
steps:
|
||||||
with:
|
- uses: ./.github/workflows/run-test-template.yml
|
||||||
project: misc
|
with:
|
||||||
|
project: misc
|
Loading…
Reference in New Issue
Block a user