Skip to content

Commit

Permalink
Drop stale configuration from molecule workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 13, 2023
1 parent d664dec commit edc06e9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ jobs:
molecule:
name: molecule
runs-on: ubuntu-latest
strategy:
matrix:
scenario:
- name: install
- name: offline
- name: online
- name: stop
- name: start
- name: restart
image:
- name: ubuntu2204
command: /lib/systemd/systemd
- name: ubuntu2004
command: /lib/systemd/systemd
- name: debian11
command: /lib/systemd/systemd
steps:
- name: Check out the codebase
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,6 +41,3 @@ jobs:
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DOCKER_IMAGE: ${{ matrix.image.name }}
MOLECULE_DOCKER_COMMAND: ${{ matrix.image.command }}
MOLECULE_SCENARIO: ${{ matrix.scenario.name }}

0 comments on commit edc06e9

Please sign in to comment.