Skip to content

Commit

Permalink
workflows: Run template testing action on our own container image
Browse files Browse the repository at this point in the history
This ensures correct dependencies are present.

Also bump checkout action.
  • Loading branch information
jrha committed Sep 4, 2024
1 parent 08a2a2a commit 46229c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on: [push, pull_request]
jobs:
test_templates:
runs-on: ubuntu-latest
container: centos:7
container: ghcr.io/quattor/quattor-test-container:latest
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
uses: actions/checkout@v4
- name: test templates
run: ./test_templates.sh

0 comments on commit 46229c8

Please sign in to comment.