Skip to content

fixes

fixes #1

---
name: Molecule Testsing
on: # yamllint disable-line rule:truthy
push: null
pull_request:
branches:
- main
- master
permissions: read-all
jobs:
test:

Check failure on line 12 in .github/workflows/ansible_molecule_teststing.yml

View workflow run for this annotation

GitHub Actions / Molecule Testsing

Invalid workflow file

The workflow is not valid. .github/workflows/ansible_molecule_teststing.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs:
- lint
runs-on: ubuntu-20.04
permissions:
statuses: write
strategy:
matrix:
image:
- alpine
- debian
- oracle
- ubuntu
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@6.0.0
with:
image: "${{ matrix.image }}"
options: parallel
scenario: my_specific_scenario