Skip to content

Commit

Permalink
simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-rudnouski committed Jul 25, 2024
1 parent e8dbc16 commit 7af52ab
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
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

0 comments on commit 7af52ab

Please sign in to comment.