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