Skip to content

Updated github action molecule-action to 6.0.0 #64

Updated github action molecule-action to 6.0.0

Updated github action molecule-action to 6.0.0 #64

Workflow file for this run

---
name: Test
on: [ push, pull_request, workflow_dispatch ]
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- uses: robertdebock/[email protected]
with:
command: "--base-config molecule/_shared/base.yml test --all"