Skip to content

lazygit as post install #39

lazygit as post install

lazygit as post install #39

Workflow file for this run

---
name: Molecule
on:
push:
paths:
- 'defaults/main/git.yml'
- 'tasks/**'
- 'molecule/git/**'
pull_request:
branches: [master]
paths:
- 'defaults/main/git.yml'
- 'tasks/**'
- 'molecule/git/**'
jobs:
tests:
runs-on: ubuntu-latest
name: component:git
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: ${{ github.repository }}
- name: Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_args: -d docker -s git
molecule_working_dir: dnullproject/components
env:
ANSIBLE_FORCE_COLOR: '1'