Skip to content

Use the docker-compose-plugin via 'docker compose' instead of 'docker-compose' #284

Use the docker-compose-plugin via 'docker compose' instead of 'docker-compose'

Use the docker-compose-plugin via 'docker compose' instead of 'docker-compose' #284

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
with:
runs_on: "ubuntu-20.04"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
flags: '--provision-service'
secrets: "inherit"