mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:45:01 +01:00
Attempt running full tests on tags
This commit is contained in:
parent
77fe7f903d
commit
1168feae36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user