Skip to content

Commit 881c042

Browse files
author
sbmsr
committed
challenge is ready
1 parent 2eca127 commit 881c042

File tree

20 files changed

+16997
-42
lines changed

20 files changed

+16997
-42
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ jobs:
2727
with:
2828
node-version: 16
2929

30-
- name: npm install
30+
- name: npm install project
31+
run: cd src && npm i
32+
33+
- name: npm install test
3134
run: cd .github/workflows && npm i
3235

36+
- name: npm start
37+
run: cd src && npm start > /dev/null 2>&1 &
38+
3339
- name: Run Tests
3440
run: node .github/workflows/test.js

0 commit comments

Comments
 (0)