Skip to content

Commit

Permalink
Add CI job
Browse files Browse the repository at this point in the history
This just runs the same job as our Ansible playbooks, but being in
this repo it can trigger off PRs and run the (hopefully) included unit
tests.
  • Loading branch information
notartom committed Feb 10, 2024
1 parent db9998e commit 0270953
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Deploy localdev
on:
pull_request:
workflow_dispatch:
jobs:
deploy-localdev:
uses: LibriVox/librivox-ansible/.github/workflows/localdev.yml@master
with:
catalog_git_branch: ${{ github.ref }}

0 comments on commit 0270953

Please sign in to comment.