Skip to content

Commit

Permalink
playwright coverage WIP(17)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent 4b56e43 commit 289e2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
PID="${{ steps.fastagency-start.outputs.FAST_PID}}"
# Send SIGTERM to the program (graceful shutdown)
echo "killing the fastagency:" $PID
kill -s SIGTERM $PID
kill -s SIGINT $PID
wait_count=0
while ps -p "$PID" > /dev/null && ((wait_count < 5)); do
Expand Down

0 comments on commit 289e2ff

Please sign in to comment.