1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00
This commit is contained in:
Daniil Gentili 2023-11-30 19:40:57 +01:00
parent 07031decd7
commit 2b0542bde0
2 changed files with 0 additions and 18 deletions

View File

@ -60,18 +60,6 @@ steps:
- apk add bash
- tests/test.sh cs
psalm:
group: test
image: danog/madelineproto:next
when:
event:
- pull_request
- tag
- push
commands:
- apk add bash
- tests/test.sh psalm
handshake:
group: test
image: danog/madelineproto:next

View File

@ -38,12 +38,6 @@ if [ "$1" == "cs" ]; then
exit 0
fi
if [ "$1" == "psalm" ]; then
composer psalm
exit 0
fi
if [ "$1" == "handshake" ]; then
php tests/handshake.php
exit 0