Skip to content

Commit 00d4a14

Browse files
Update pipeline javascript-commons
1 parent 630950b commit 00d4a14

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.harness/ci.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,31 @@ pipeline:
4343
with:
4444
node-version: "22"
4545
cache: npm
46+
- step:
47+
type: Run
48+
name: npm ci
49+
identifier: npm_ci
50+
spec:
51+
shell: Sh
52+
command: npm ci
53+
- step:
54+
type: Run
55+
name: npm run check
56+
identifier: npm_run_check
57+
spec:
58+
shell: Sh
59+
command: npm run check
60+
- step:
61+
type: Run
62+
name: npm run test
63+
identifier: npm_run_test
64+
spec:
65+
shell: Sh
66+
command: npm run test
67+
- step:
68+
type: Run
69+
name: npm run build
70+
identifier: npm_run_build
71+
spec:
72+
shell: Sh
73+
command: npm run build

0 commit comments

Comments
 (0)