Skip to content

Commit 7aa5a38

Browse files
committed
fixed ci.yml to run unit tests only
Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com>
1 parent 64caf26 commit 7aa5a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npm run build
3434
npm run lint
3535
npm run check-packages
36-
npm run test-ci
36+
npm run test-unit-ci
3737
3838
- name: Release
3939
if: github.ref == 'refs/heads/master' && matrix.node-version == '22'

0 commit comments

Comments
 (0)