1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 22:14:39 +01:00

Attempt running full tests on tags

This commit is contained in:
Daniil Gentili 2023-11-30 20:22:39 +01:00
parent 77fe7f903d
commit 1168feae36

View File

@ -28,7 +28,6 @@ steps:
when:
event:
- tag
- push
secrets:
- API_ID
- API_HASH
@ -36,7 +35,7 @@ steps:
- DEST
commands:
- apk add bash
- tests/test.sh phpunit-light
- tests/test.sh phpunit
test_pr:
group: test
@ -44,6 +43,7 @@ steps:
when:
event:
- pull_request
- push
commands:
- apk add bash
- tests/test.sh phpunit-light