From 9921e3b7ce45f089b975139856ec358b42608251 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 3 Jul 2024 10:02:50 +0200 Subject: [PATCH] docs: point to int script --- docs/abra/hack.md | 1 + 1 file changed, 1 insertion(+) 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.