root / .github / workflows / ci.yml @ 936cde59
Historique | Voir | Annoter | Télécharger (353 octets)
1 |
---
|
---|---|
2 |
# Managed by modulesync - DO NOT EDIT
|
3 |
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
4 |
|
5 |
name: CI |
6 |
|
7 |
on: pull_request |
8 |
|
9 |
concurrency:
|
10 |
group: ${{ github.ref_name }} |
11 |
cancel-in-progress: true |
12 |
|
13 |
jobs:
|
14 |
puppet:
|
15 |
name: Puppet |
16 |
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 |
17 |
with:
|
18 |
pidfile_workaround: 'false' |