]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.github/workflows/build.yml: Add a "Check expected plugins" step.
authorFlorian Forster <octo@collectd.org>
Thu, 21 Dec 2023 15:54:19 +0000 (16:54 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 11 Jan 2024 17:52:07 +0000 (18:52 +0100)
.github/workflows/build.yml

index 77fa197e81e721bf5a3aa9995dd3f7aca341a599..d876642d5cc6f7a6930d0f764804c53a832f5f29 100644 (file)
@@ -75,6 +75,11 @@ 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
 
   experimental:
     runs-on: ubuntu-latest