Skip to content

Commit

Permalink
Update molecule.yml
Browse files Browse the repository at this point in the history
Don't test prebuilt client on unsupported versions.
  • Loading branch information
dometto authored Apr 17, 2024
1 parent bb4892e commit 35da5f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
galaxy-version: '21.01'
- from-image: ubuntu:22.04
galaxy-version: '22.01'
- scenario: prebuilt_client
galaxy-version: '22.01'
- scenario: prebuilt_client
galaxy-version: '22.05'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 35da5f5

Please sign in to comment.