Skip to content

simple test

simple test #2

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: |
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install ansible -y
ansible-playbook molecule/resources/prepare.yml