Skip to content

docker driver

docker driver #7

Workflow file for this run

name: Molecule Tests
on: push
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_client
env:
ANSIBLE_FORCE_COLOR: '1'