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