mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-23 12:31:26 +00:00
Added mail sending tests and NextCloud feature tests
This commit is contained in:
parent
adcab4b713
commit
f727f1a07e
|
@ -23,3 +23,12 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- >
|
- >
|
||||||
curl -H "Authorization: Bearer 228337" 'https://api.ruleit.stream/services/status'
|
curl -H "Authorization: Bearer 228337" 'https://api.ruleit.stream/services/status'
|
||||||
|
- >
|
||||||
|
swaks --to ci@selfprivacy.org -s test -tls -au test@ci.selfprivacy.org -ap 228337
|
||||||
|
- >
|
||||||
|
curl --user admin:228337 https://cloud.ruleit.stream/ocs/v2.php/apps/serverinfo/api/v1/info?format=json
|
||||||
|
- echo "blah-blah" > file
|
||||||
|
- >
|
||||||
|
curl -T file -u admin:228337 https://cloud.ruleit.stream/remote.php/dav/files/admin/file
|
||||||
|
- >
|
||||||
|
curl -u admin:228337 https://cloud.ruleit.stream/remote.php/dav/files/admin/file
|
||||||
|
|
Loading…
Reference in a new issue