diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index aae76781d..ea9ca57d5 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -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 diff --git a/tests/test.sh b/tests/test.sh index d2acb9d2f..bfa0d7f84 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -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