test: see if this works

This commit is contained in:
flx-sta 2024-09-10 10:14:34 -07:00
parent bb77f96dce
commit 611beb48e8

View File

@ -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 }}
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 }}