mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
test: out-comment run-tests
to see whats wrong
This commit is contained in:
parent
f1be1ccbef
commit
bb77f96dce
22
.github/workflows/tests.yml
vendored
22
.github/workflows/tests.yml
vendored
@ -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: ./run-test-template.yml # run job defined in run-test-template.yml
|
||||
# with:
|
||||
# project: ${{ matrix.project }}
|
||||
# node-version: ${{ env.NODE_VERSION }}
|
Loading…
Reference in New Issue
Block a user