Skip to content

Commit

Permalink
Add a step after build to cal the sript to check output
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 15, 2024
1 parent d351a0d commit 1b77166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
yum install -y dnf-plugins-core
dnf config-manager --set-enabled powertools
yum localinstall -y glite-info-provider-ldap-*.el8.noarch.rpm
- name: Call script
run: |
/usr/libexec/glite-info-provider-ldap
# XXX Dependencies from EPEL: openldap-servers
install-almalinux9:
Expand All @@ -62,3 +65,6 @@ jobs:
run: |
yum install -y epel-release
yum localinstall -y glite-info-provider-ldap-*.el9.noarch.rpm
- name: Call script
run: |
/usr/libexec/glite-info-provider-ldap

0 comments on commit 1b77166

Please sign in to comment.