diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc34f6dab6e..ee356b1c7f8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} \ No newline at end of file + project: misc \ No newline at end of file