Skip to content

simple test

simple test #1

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lints
run: |
apt-add-repository --yes --update ppa:ansible/ansible
apt-get update
apt-get upgrade -y
apt-get install ansible -y
ansible-playbook molecule/resources/prepare.yml