From 611beb48e86a17945a8b452dadb6c72b0d31882d Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:14:34 -0700 Subject: [PATCH] test: see if this works --- .github/workflows/tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66816de1233..ff888502ada 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,14 +33,14 @@ jobs: - name: Run Pre-test run: npx vitest run --project pre ${{ runner.debug == '1' && '' || '--silent' }} - # run-tests: - # name: Run Tests - # runs-on: ubuntu-latest - # needs: pre-test - # strategy: - # matrix: - # project: [misc, abilities, items, moves, battle] - # uses: ./run-test-template.yml # run job defined in run-test-template.yml - # with: - # project: ${{ matrix.project }} - # node-version: ${{ env.NODE_VERSION }} \ No newline at end of file + run-tests: + name: Run Tests + runs-on: ubuntu-latest + needs: pre-test + 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