From 75076791d78c4ac685d7b06678b66ea0b9fa5a17 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:12:54 -0700 Subject: [PATCH] try a yml array approach --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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