Skip to content

Commit

Permalink
Fix github ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent fecb676 commit b2a9dbc
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ jobs:
- "8.1"

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run Playbook
uses: arillso/action.playbook@master
with:
playbook: playbook.yml
inventory: hosts.example
env:
ANSIBLE_HOST_KEY_CHECKING: 'false'
ANSIBLE_DEPRECATION_WARNINGS: 'false'
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Build Platform
run: composer start

0 comments on commit b2a9dbc

Please sign in to comment.