mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02:19 +02:00
make project
always main
for now
This commit is contained in:
parent
21cd4f5197
commit
55dcb70282
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 tests
|
- name: Run tests
|
||||||
run: npx vitest --project ${{ inputs.project }} ${{ !runner.debug && '--silent' || '' }}
|
run: npx vitest --project main ${{ inputs.project }} ${{ !runner.debug && '--silent' || '' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user