Skip to content

Commit

Permalink
Update extrinsic-ordering-check-from-bin.yml (#1797)
Browse files Browse the repository at this point in the history
add signal KILL
  • Loading branch information
ermalkaleci committed Jan 18, 2022
1 parent 8cc76bf commit 3672be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extrinsic-ordering-check-from-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
sed -z -i 's/\n\n/\n/g' output.txt
- name: Stop our local node
run: kill $pid
run: kill -s KILL $pid

- name: Show result
run: cat output.txt
Expand Down

0 comments on commit 3672be0

Please sign in to comment.