Skip to content

Commit 34f01e1

Browse files
committed
Update Yaml file to build test
1 parent 80d99db commit 34f01e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: DemoTest
22

33
on:
44
push:
@@ -28,5 +28,8 @@ jobs:
2828
- name: Setup Chrome
2929
uses: browser-actions/setup-chrome@latest
3030

31+
- name: Run Build
32+
run: npm run build
33+
3134
- name: Run Selenium Tests
3235
run: npm run test

0 commit comments

Comments
 (0)