Skip to content

Commit 42d072a

Browse files
committed
chore: fix command
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 0685b26 commit 42d072a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check_push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838

3939
- name: Build Shared Lib with Node.js
4040
working-directory: ./lib/typescript/codedifferently-instructional
41-
run: npm ci
42-
run: npm run test
41+
run: |
42+
npm ci
43+
npm run test
4344
4445

0 commit comments

Comments
 (0)