From bf36301c24a9b809bd53f48aef1b82697f061227 Mon Sep 17 00:00:00 2001 From: jdre Date: Fri, 5 Jul 2024 15:36:27 +0200 Subject: [PATCH] feat(ci): collect versions include latest Collect versions include latest n/a --- .github/workflows/test-plugins-against-cockpit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-plugins-against-cockpit.yml b/.github/workflows/test-plugins-against-cockpit.yml index 5f946ebc..eea5ecdb 100644 --- a/.github/workflows/test-plugins-against-cockpit.yml +++ b/.github/workflows/test-plugins-against-cockpit.yml @@ -19,6 +19,8 @@ jobs: - name: Collect Shell Versions id: collect-shell-versions uses: SoftwareAG/plugins-e2e-setup/collect-shell-versions@main + with: + include-latest: true # TODO: debug only - name: Verify shell versions output run: echo "Collected shell versions ${{ steps.collect-shell-versions.outputs.shell_versions }}"