Skip to content

Commit

Permalink
YET ANOTHER FIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Guterres Jeffman committed Dec 31, 2024
1 parent aabaeb3 commit 7ddaab0
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,13 @@ jobs:
| grep "^roles" \
| cut -d/ -f2 \
| sort | uniq \
| sed "s/\(.*\)/\1=true/"
| sed "s/\(.*\)/Testing: \1/"
git diff -M --name-only upstream/master \
| grep "^roles" \
| cut -d/ -f2 \
| sort | uniq \
| sed "s/\(.*\)/\1=true/" >> $GITHUB_OUTPUT
debug:
name: Debug
needs: [check_roles]
runs-on: ubuntu-latest
steps:
- name: Check vars
run: |
echo ${{ needs.check_roles.outputs.ipaserver }}
echo ${{ needs.check_roles.outputs.ipareplica }}
echo ${{ needs.check_roles.outputs.ipaclient }}
test_ipaserver:
name: Test ipaserver role
needs: [check_roles]
Expand All @@ -61,6 +50,9 @@ jobs:
with:
fetch-depth: 1

- name: Install ansible-freeipa collection
run: utils/build-galaxy-release.sh -i

- name: Test ipaserver
uses: rjeffman/FreeIPA-Cluster-Test@devel
with:
Expand Down

0 comments on commit 7ddaab0

Please sign in to comment.