diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 80538f90849..b46fe054913 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,12 @@ jobs: needs: [pre-test] strategy: matrix: - project: [misc, abilities, items, moves, battle] + project: + - misc + - abilities + - items + - moves + - battle uses: ./.github/workflows/run-test-template.yml with: project: ${{ matrix.project }} \ No newline at end of file