Skip to content

Update github workflows #8

Update github workflows

Update github workflows #8

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
puppet-parser-validate:
runs-on: ubuntu-latest
container:
image: ghcr.io/voxpupuli/openvoxserver:8
volumes:
- .:/repo
options: --cpus 1
steps:
- name: Run puppet parser validate
run: /opt/puppetlabs/bin/puppet parser validate --verbose /repo/
rspec-tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/voxpupuli/voxbox:8
volumes:
- .:/repo
options: --cpus 1
steps:
- name: Run rspec tests
run: spec