From d7c5bd4407178a26a9099322a269d8dea4bd2e5c Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:23:17 -0700 Subject: [PATCH] test: without a matrix fornow --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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