chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-03-28 14:43:05 +00:00
parent 0dd0125e9f
commit a8a8f9b3e5

View File

@@ -37,6 +37,11 @@ jobs:
run: |
cd packages/datalib
yarn test:ci
- name: Tools tests
if: always()
run: |
cd packages/tools
yarn test:ci
- uses: tanmen/jest-reporter@v1
if: always()
with: