Skip to content

Commit

Permalink
test: see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
flx-sta committed Sep 10, 2024
1 parent bb77f96 commit 611beb4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 611beb4

Please sign in to comment.