Include tests into CI

This commit is contained in:
Andrey Sobolev
2025-10-07 12:30:41 +07:00
parent 40c387ae5b
commit 1e522a862f
+2
View File
@@ -25,6 +25,8 @@ jobs:
run: node common/scripts/install-run-rush.js install
- name: Rush validate
run: node common/scripts/install-run-rush.js validate --verbose
- name: Rush test
run: node common/scripts/install-run-rush.js test --verbose
- name: Publish packages
if: startsWith(github.ref, 'refs/tags/v0.7.') || startsWith(github.ref, 'refs/tags/s0.7.')
env: