Update Quattor version file for 23.6.0-rc2 #57
Workflow file for this run
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: centos:7 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: set up panc | |
run: | | |
yum -y install http://yum.quattor.org/devel/quattor-release-1-1.noarch.rpm | |
yum -y install panc which maven | |
- name: test templates | |
run: ./test_templates.sh |