Skip to content

Commit

Permalink
[#188360028] Update CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Oct 8, 2024
1 parent ad284f2 commit 0b666ad
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,20 @@ jobs:
include:
- distro: ubuntu-20.04
ansible_scenario: ansible_current
test_type: unit
python_version: '3.8'
experimental: false
- distro: ubuntu-20.04
ansible_scenario: ansible_next
test_type: unit
python_version: '3.8'
experimental: true
- distro: ubuntu-22.04
ansible_scenario: ansible_latest
test_type: unit
python_version: '3.10'
experimental: true

steps:
- uses: Rheinwerk/molecule@v3
- uses: Rheinwerk/molecule@main
with:
distro: ${{ matrix.distro }}
ansible_scenario: ${{ matrix.ansible_scenario }}
test_type: ${{ matrix.test_type }}
python_version: ${{ matrix.python_version }}


release:
name: Release
Expand Down

0 comments on commit 0b666ad

Please sign in to comment.