Run in CI
This commit is contained in:
@@ -52,6 +52,10 @@ jobs:
|
||||
- name: Test
|
||||
run: npm run test
|
||||
|
||||
- name: Test (Publish)
|
||||
if: matrix.node-version != '20'
|
||||
run: npx vitest run --project publish
|
||||
|
||||
- name: Test (Integration)
|
||||
if: matrix.operating-system == 'ubuntu-latest'
|
||||
run: npm run test:integration
|
||||
|
||||
Reference in New Issue
Block a user