From 148458f71fe6a8f30e94bc7b60516f1e069d62fb Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:17:06 -0700 Subject: [PATCH] let's try using matrix again... --- .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 ff888502ada..6f7719c27b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: project: [misc, abilities, items, moves, battle] - # uses: /.github/workflows/run-test-template.yml - # with: - # project: ${{ matrix.project }} - # node-version: ${{ env.NODE_VERSION }} \ No newline at end of file + uses: /.github/workflows/run-test-template.yml + with: + project: ${{ matrix.project }} + node-version: ${{ env.NODE_VERSION }} \ No newline at end of file