mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02:19 +02:00
test: without a matrix fornow
This commit is contained in:
parent
74bb4f9c8f
commit
d7c5bd4407
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -34,9 +34,9 @@ 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
|
uses: ./.github/workflows/run-test-template.yml
|
||||||
with:
|
with:
|
||||||
project: ${{ matrix.project }}
|
project: misc
|
Loading…
Reference in New Issue
Block a user