From 48c4ae1d73f73c58482be46a27cac9b0aba1ccee Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 31 Aug 2023 10:24:54 +0200 Subject: [PATCH] doc: Add note for GitHub tests --- doc/93-Testing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/93-Testing.md b/doc/93-Testing.md index 85e58047..7bdf4dfe 100644 --- a/doc/93-Testing.md +++ b/doc/93-Testing.md @@ -12,6 +12,13 @@ there is probably already someone running them from time to time. So, just lean back with full trust in our development toolchain and spend your time elsewhere ;-) Cheers! +### Tests on GitHub + +When pushing to [GitHub](https://github.com/Icinga/icingaweb2-module-director/) +or sending pull requests, Unit-Tests are automatically triggered. + +![Build Status](https://github.com/Icinga/icingaweb2-module-director/workflows/PHP%20Tests/badge.svg?branch=master) + ### Tests for supported Platforms As far as we know, Director is currently mostly used on CentOS (or RHEL)