Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-10-20 10:17:26 +04:00
committed by GitHub
parent 934c9d7302
commit 276ef71cac
42 changed files with 11117 additions and 333 deletions
+2 -2
View File
@@ -25,8 +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: 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: