Skip to content

Commit 0d8ab9c

Browse files
committed
try fix workflow
1 parent ed6031e commit 0d8ab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: curl -I http://localhost:4200
4242

4343
- name: Shut down server
44-
run: pkill node
44+
run: pkill node || true

0 commit comments

Comments
 (0)