]> 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>
Thu, 11 Jan 2024 17:52:22 +0000 (18:52 +0100)
.github/workflows/build.yml

index d876642d5cc6f7a6930d0f764804c53a832f5f29..fa7cabc1ddc9ec7746c39ebc182405bf88fced34 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