We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1be545 commit 486a520Copy full SHA for 486a520
1 file changed
.github/workflows/ci.yaml
@@ -11,20 +11,19 @@ jobs:
11
runs-on: ubuntu-latest
12
container:
13
image: ghcr.io/openvoxproject/openvoxserver
14
- volumes:
15
- - .:/repo
16
options: --cpus 1
17
steps:
+ - name: Checkout repo
+ uses: actions/checkout@v6
18
- name: Run puppet parser validate
19
- run: /opt/puppetlabs/bin/puppet parser validate --verbose /repo/
+ 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
30
- working-directory: /repo
0 commit comments