Skip to content

k9s - dracula skin

k9s - dracula skin #28

Workflow file for this run

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