Skip to content

Run acceptance tests in CI #188

Run acceptance tests in CI

Run acceptance tests in CI #188

Workflow file for this run

---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
name: CI
on:
pull_request: {}
push:
branches:
- main
- master
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
with:
beaker_hypervisor: 'vagrant_libvirt'
acceptance_runs_on: 'macarne'
install_vagrant_dependencies: false

Check failure on line 25 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 25, Col: 37): Invalid input, install_vagrant_dependencies is not defined in the referenced workflow.