mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 10:17:46 +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 }}
|
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||||
run: |
|
run: |
|
||||||
tests/makephar.sh
|
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
|
while :; do pkill -f 'MadelineProto worker .*' || break && sleep 1; done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
k
|
||||||
rm -f madeline.phar testing.madeline*
|
rm -f madeline.phar testing.madeline*
|
||||||
|
|
||||||
echo "Testing with previous version..."
|
echo "Testing with previous version..."
|
||||||
|
Loading…
Reference in New Issue
Block a user