Skip to content

Commit 0685b26

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check_lesson_02_pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737

3838
- name: Build Lesson 02 with Node.js
3939
working-directory: ./lesson_02/quiz
40-
run: npm ci
41-
run: npm run test
40+
run: |
41+
npm ci
42+
npm run test

0 commit comments

Comments
 (0)