mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +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
|
- name: Install Node.js dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run ${{ inputs.project }} tests
|
- name: Run ${{ inputs.project }} tests
|
||||||
run: npx vitest --project ${{ inputs.project }} ${{ inputs.options }}
|
run: npx vitest --project ${{ inputs.project }} ${{ !runner.debug && '--silent' }}
|
||||||
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -43,4 +43,3 @@ jobs:
|
|||||||
uses: ./.github/workflows/run-test-template.yml
|
uses: ./.github/workflows/run-test-template.yml
|
||||||
with:
|
with:
|
||||||
project: ${{ matrix.project }}
|
project: ${{ matrix.project }}
|
||||||
options: ${{ !runner.debug && '--silent' }}
|
|
Loading…
Reference in New Issue
Block a user