Skip to content

tmux - complete

tmux - complete #33

Workflow file for this run

---
name: Molecule
on:
push:
paths:
- 'defaults/main/zsh.yml'
- 'tasks/**'
- 'molecule/zsh/**'
pull_request:
branches: [master]
paths:
- 'defaults/main/zsh.yml'
- 'tasks/**'
- 'molecule/zsh/**'
jobs:
tests:
runs-on: ubuntu-latest
name: component:zsh
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 zsh
molecule_working_dir: dnullproject/components
env:
ANSIBLE_FORCE_COLOR: '1'