Skip to content

Commit 4453d9f

Browse files
committed
implement 11.7 Building and testing
1 parent ac20151 commit 4453d9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pipeline.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
- name: Install dependencies
1717
run: npm install
1818
- name: Check style
19-
run: npm run eslint
19+
run: npm run eslint
20+
- name: Build
21+
run: npm run build
22+
- name: Test
23+
run: npm run test

0 commit comments

Comments
 (0)