Skip to content

brew - NONINTERACTIVE=1 #34

brew - NONINTERACTIVE=1

brew - NONINTERACTIVE=1 #34

Workflow file for this run

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