Skip to content

Commit 32aa3a9

Browse files
committed
temp: add smctl print
1 parent 1ba5ab8 commit 32aa3a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_for_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
jobs:
99
packaging:
1010
if: ${{ (github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/package') && contains(fromJSON('["OWNER", "COLLABORATOR"]'), github.event.comment.author_association)) || github.event_name == 'push' }}
11-
1211
strategy:
12+
fail-fast: false
1313
matrix:
1414
node: [22]
1515
os:
@@ -128,6 +128,7 @@ jobs:
128128
run: |
129129
smctl windows certsync
130130
smctl kp ls
131+
smctl cert ls
131132
shell: cmd
132133

133134
- name: Install Linux Dependencies

0 commit comments

Comments
 (0)