]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.github/workflows/build.yml: Add "Check expected plugins" to "experimental".
authorFlorian Forster <octo@collectd.org>
Thu, 21 Dec 2023 16:22:53 +0000 (17:22 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 27 Dec 2023 14:08:16 +0000 (15:08 +0100)
.github/workflows/build.yml

index 0a9e915ce2ab718227c5116cfdd1272743017288..d1bcde27dda2502b1b74898ce903b887fbe308fc 100644 (file)
@@ -134,3 +134,8 @@ jobs:
         path: "*.log"
     - name: Report check status
       run: exit $(< make-check.status)
+    - name: Check expected plugins
+      run: |
+        if [[ -e ".expected-plugins/${{ matrix.container_tag }}" ]]; then
+          /checks/check-built-plugins.sh ".expected-plugins/${{ matrix.container_tag }}"
+        fi