From bb77f96dcebac6dc485ea467f4bb713b2cf6a300 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:13:27 -0700 Subject: [PATCH] test: out-comment `run-tests` to see whats wrong --- .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 15507ca6bdb..66816de1233 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: ./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