summaryrefslogtreecommitdiffstats
path: root/.drone.jsonnet
AgeCommit message (Collapse)Author
2023-02-02feat(CI): Run integration tests on PHP 8.2 for testingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-25fix(CI): Run "composer install" in integration tests before enabling the appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-19chore(CI): Run postgres integration tests by default as they are faster and ↵Joas Schilling
break more often Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-06Adjust postgres database accessJoas Schilling
Following server example from https://github.com/nextcloud/server/pull/34645 Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-30Split chat/ integration tests in halfJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-19Execute the test on CIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Use composer v2 to install the dependencies correctlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-06Fix missing "composer install" in the spreed repoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Install notifications on droneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-22Set MySQL ONLY_FULL_GROUP_BY configJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-22Run on MySQL as a testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-21Remove PostgreSQL password set by accidentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-18Generate drone testing matrix from .drone.jsonnet fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>