We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c14f01 + 486a520 commit c3800f1Copy full SHA for c3800f1
2 files changed
.github/workflows/ci.yaml
@@ -7,6 +7,23 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- Spec:
11
- uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12
- secrets: "inherit"
+ puppet-parser-validate:
+ runs-on: ubuntu-latest
+ container:
13
+ image: ghcr.io/openvoxproject/openvoxserver
14
+ options: --cpus 1
15
+ steps:
16
+ - name: Checkout repo
17
+ uses: actions/checkout@v6
18
+ - name: Run puppet parser validate
19
+ run: /opt/puppetlabs/bin/puppet parser validate --verbose ./
20
+ rspec-tests:
21
22
23
+ image: ghcr.io/voxpupuli/voxbox:8
24
25
26
27
28
+ - name: Run rspec tests
29
+ run: rake -f /Rakefile spec
.github/workflows/puppet-lint.yml
0 commit comments