Skip to content

Commit

Permalink
ci: enable server unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <mart.styk@gmail.com>
  • Loading branch information
StykMartin committed Feb 6, 2025
1 parent 2f0165a commit 3362e01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/review-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,20 @@ jobs:
- Common
- Client
- LabController
- Server
os-target:
- name: centos:7
- name: fedora:41
- name: quay.io/centos/centos:stream9
additional_repos: "crb"
additional_packages: "epel-release"
exclude:
- test-target: Server
os-target:
name: fedora:41
- test-target: Server
os-target:
name: quay.io/centos/centos:stream9
steps:
- name: Fixup CentOS repo files
if: matrix.os-target.name == 'centos:7'
Expand Down

0 comments on commit 3362e01

Please sign in to comment.