Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 3, 2024
1 parent 97d5064 commit eca4e6f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,27 @@ jobs:
options: --privileged --cap-add SYS_ADMIN
permissions:
statuses: write
strategy:
matrix:
image:
- alpine
- debian
- oracle
- ubuntu
# strategy:
# fail-fast: false
# matrix:
# image:
# - alpine
# - debian
# - oracle
# - ubuntu
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: show dirs
run: ls -lh
run: |
ls -lh alexanderbazhenoff
molecule --version || true
- name: molecule
uses: buluma/molecule-action@v24.2.0
uses: gofrolist/molecule-action@v2
with:
image: "${{ matrix.image }}"
options: parallel
molecule_working_dir: alexanderbazhenoff
scenario: default
env:
ANSIBLE_FORCE_COLOR: '1'
1 change: 1 addition & 0 deletions .github/workflows/ansible_sanity_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
# with:
# ansible-core-version: ${{ matrix.ansible }}
# testing-type: sanity
# coverage: never
# # OPTIONAL If your sanity tests require code
# # from other collections, install them like this
# # test-deps: >-
Expand Down

0 comments on commit eca4e6f

Please sign in to comment.