make project always main for now

This commit is contained in:
flx-sta 2024-09-10 13:18:42 -07:00
parent 21cd4f5197
commit 55dcb70282

View File

@ -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' || '' }}