Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Jan 21, 2025
1 parent f83a329 commit cf5a15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule-loadbalancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
molecule test -s loadbalancer
- name: debug
if: failure()
if: always()
run: |
cat /home/runner/.cache/molecule/OpenConext-deploy/loadbalancer/ansible.cfg
- name: debug
if: failure()
if: always()
run: |
docker exec -t openconext-rocky9-loadbalancer ls -la /

0 comments on commit cf5a15a

Please sign in to comment.