diff --git a/docs/abra/hack.md b/docs/abra/hack.md index e12b6c58..7591d824 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -63,6 +63,7 @@ automated running the integration test suite. Here's the TLDR; * We have a donated CI server (tysm `@mirsal` 💝) standing at the ready, `int.coopcloud.tech`. * We run the entire integration suite nightly via our Drone CI/CD configuration [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/.drone.yml) (see "`name: integration test`" stanza) +* Here is the script that is run on the remote server: [`run-ci-int`](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/tests/run-ci-int) What follows is a listing of how this was achieved so that we can collectivise the maintenance.