mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
move 2nd ${{ !runner.debug && '--silent' }} check into test-template
This commit is contained in:
parent
88920ccdd6
commit
94495320ca
2
.github/workflows/run-test-template.yml
vendored
2
.github/workflows/run-test-template.yml
vendored
@ -23,4 +23,4 @@ jobs:
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci
|
||||
- name: Run ${{ inputs.project }} tests
|
||||
run: npx vitest --project ${{ inputs.project }} ${{ inputs.options }}
|
||||
run: npx vitest --project ${{ inputs.project }} ${{ !runner.debug && '--silent' }}
|
||||
|
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -42,5 +42,4 @@ jobs:
|
||||
project: [misc, abilities, items, moves, battle]
|
||||
uses: ./.github/workflows/run-test-template.yml
|
||||
with:
|
||||
project: ${{ matrix.project }}
|
||||
options: ${{ !runner.debug && '--silent' }}
|
||||
project: ${{ matrix.project }}
|
Loading…
Reference in New Issue
Block a user