Merge pull request #223 from jrha/ci-tests #79
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |