mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:39:01 +01:00
Do cleanup before tests
This commit is contained in:
parent
fd39027f4d
commit
6e3c2f4cf6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -44,5 +44,3 @@ jobs:
|
||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||
run: |
|
||||
tests/makephar.sh
|
||||
rm -rf "${{ github.workspace }}"
|
||||
pkill -f 'MadelineProto .*'
|
||||
|
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user