Skip to content

Commit

Permalink
feat(ci): collect versions include latest
Browse files Browse the repository at this point in the history
Collect versions include latest

n/a
  • Loading branch information
jdre-c8y committed Jul 5, 2024
1 parent c7de648 commit bf36301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-plugins-against-cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit bf36301

Please sign in to comment.