Skip to content

Commit

Permalink
Remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Dec 18, 2023
1 parent 9011fa4 commit c8c64a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
jobs:
molecule:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
scenario:
- centos7
env:
MOLECULE_RUN_TAGS: ${{ inputs.run-tags }}
PY_COLORS: 1
Expand All @@ -23,6 +18,6 @@ jobs:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/[email protected]
with:
scenario: ${{ matrix.scenario }}
scenario: role
checkout_path: ansible_collections/mirsg/infrastructure
tests_path: ansible_collections/mirsg/infrastructure/tests

0 comments on commit c8c64a1

Please sign in to comment.