Skip to content

workflows: Run template testing action on our own container image #77

workflows: Run template testing action on our own container image

workflows: Run template testing action on our own container image #77

Workflow file for this run

name: Test templates
on: [push, pull_request]
jobs:
test_templates:
runs-on: ubuntu-latest
container: ghcr.io/quattor/quattor-test-container:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: test templates
run: ./test_templates.sh