Skip to content

Commit 10e13e9

Browse files
authored
Update workflow steps in main.yml
Renamed 'build' step to 'Build' and added 'Test' step.
1 parent 77a9a76 commit 10e13e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: npm -g install node-gyp
2424
shell: cmd
2525

26-
- name: build
26+
- name: Build
2727
run: node-gyp rebuild
2828
shell: cmd
29+
30+
- name: Test
31+
run: node test.js
32+
shell: cmd

0 commit comments

Comments
 (0)