We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38f8230 + dd24e18 commit 71e124fCopy full SHA for 71e124f
.github/workflows/ubuntu18_pr.yaml
@@ -12,13 +12,8 @@ jobs:
12
- ubuntu-18.04
13
- ubuntu-20.04
14
collection:
15
- - puppet5
16
- - puppet6
+ - puppet6-nightly
17
- puppet7-nightly
18
- exclude:
19
- # newer OS not supported on older agent
20
- - platform: ubuntu-20.04
21
- collection: puppet5
22
23
runs-on: ${{ matrix.platform }}
24
@@ -42,7 +37,7 @@ jobs:
42
37
43
38
- name: Prepare inventory file
44
39
run: |
45
- cat <<EOF >> inventory.yaml
40
+ cat <<EOF >> spec/fixtures/litmus_inventory.yaml
46
41
---
47
version: 2
48
groups:
0 commit comments