Skip to content

Commit

Permalink
Remove support for debian-stretch and updates for molecule v5
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Apr 24, 2023
1 parent 584250e commit 337e824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3-setuptools -y
pip3 install -U pip wheel ansible molecule[docker] docker ansible-lint flake8 pytest-testinfra
pip3 install -U pip wheel ansible molecule molecule-plugins[docker] docker yamllint ansible-lint flake8 pytest-testinfra
- name: Execute Molecule test of role for ${{ matrix.IMAGE }}
working-directory: 'darkwizard242.bravebrowser'
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provisioner:
scenario:
name: default
test_sequence:
- lint
# - lint
- destroy
- syntax
- create
Expand Down

0 comments on commit 337e824

Please sign in to comment.