From eca4e6ffe1d3a066b81521e167b57444023fe487 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Wed, 3 Apr 2024 19:15:08 +0300 Subject: [PATCH] fixes --- .../workflows/ansible_molecule_teststing.yml | 26 +++++++++++-------- .github/workflows/ansible_sanity_testing.yml | 1 + 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index d721131..3133aa3 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -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' diff --git a/.github/workflows/ansible_sanity_testing.yml b/.github/workflows/ansible_sanity_testing.yml index 890f443..23aa458 100644 --- a/.github/workflows/ansible_sanity_testing.yml +++ b/.github/workflows/ansible_sanity_testing.yml @@ -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: >-