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 a9763e8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
ubuntu-22:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Run playbook
run: |
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible -y
ansible --version
ansible-galaxy install -r requirements.yml
ansible-galaxy install git+file:///home/runner/work/ansible-role-jenkins
ansible-playbook molecule/resources/prepare.yml
ansible-playbook molecule/default/playbook.yml
4 changes: 3 additions & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---
- src: lean_delivery.java
- name: lean_delivery.java
src: https://github.com/lean-delivery/ansible-role-java
version: 7.2.2

0 comments on commit a9763e8

Please sign in to comment.