1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:18:58 +01:00

Do cleanup before tests

This commit is contained in:
Daniil Gentili 2021-06-11 20:38:39 +02:00
parent fd39027f4d
commit 6e3c2f4cf6
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 1 additions and 2 deletions

View File

@ -44,5 +44,3 @@ jobs:
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
tests/makephar.sh
rm -rf "${{ github.workspace }}"
pkill -f 'MadelineProto .*'

View File

@ -165,6 +165,7 @@ k()
while :; do pkill -f 'MadelineProto worker .*' || break && sleep 1; done
}
k
rm -f madeline.phar testing.madeline*
echo "Testing with previous version..."