mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
add pre-test as requirement for running tests
This commit is contained in:
parent
ceb9490b4e
commit
108f3e37e5
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
|
||||
run-tests:
|
||||
name: Run Tests
|
||||
needs: [pre-test]
|
||||
strategy:
|
||||
matrix:
|
||||
project: [misc, abilities, items, moves, battle]
|
||||
|
Loading…
Reference in New Issue
Block a user