Skip to content

Commit

Permalink
Update integration tests and use our container image
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Nov 13, 2024
1 parent 156a891 commit 9946587
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on: [push, pull_request]
jobs:
maven-integration-tests:
runs-on: ubuntu-latest
container: centos:7
container:
image: ghcr.io/quattor/quattor-test-container:latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: install maven
run: yum -y install maven
uses: actions/checkout@v4
- name: run integration-tests
run: mvn -P\!cfg-module-dist -P\!cfg-module-rpm -P\!module-test clean integration-test

0 comments on commit 9946587

Please sign in to comment.