syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

integration tests do not work on PR #662

Closed cyberb closed 1 year ago

cyberb commented 1 year ago

Currently integration tests are red on PR because our build server (drone ci) does not expose secrets on them for a good reason. Credentials are used to test against our test redirect (https://github.com/syncloud/redirect/) (dns) service running in the cloud. Probably the best way is to create and run local test redirect service mock docker image which will drop the need for credentials and be much more flexible in simulating various problems.