Kill subprocesses when test ends (#172)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
Erik Peterson
2023-07-20 15:41:59 -07:00
committed by GitHub
parent 2c74232400
commit 5a3b4f3d1d
7 changed files with 202 additions and 164 deletions

View File

@@ -190,7 +190,7 @@ jobs:
git add reports/* || echo "nothing to commit"
commit_message="${{ matrix.agent-name }}-$(date +'%Y%m%d%H%M%S')"
git commit -m "${commit_message}"
git stash
current_branch=${{ github.ref_name }}
git fetch origin $current_branch
git rebase origin/$current_branch