Skip to content

Commit

Permalink
feat(ci)!: molecule test instead of converge
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Sep 5, 2024
1 parent 8667544 commit 6699b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pip install -r requirements.txt
- name: molecule
run: molecule converge
run: molecule test
env:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}

0 comments on commit 6699b57

Please sign in to comment.