Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Feb 2, 2025
1 parent fad6cab commit bae8a7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ha-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,11 @@ jobs:
- name: "Test syncronisation between cluster nodes"
run: |
docker exec alma9-c1 bash -c 'echo \"foo\" > /opt/acme2certifier/volume/lsycd_test.txt'
sleep 20
docker exec alma9-c1 ls -la /opt/acme2certifier/volume/*
sleep 30
docker exec alma9-c2 ls /opt/acme2certifier/volume/ | grep -i lsycd_test.txt
docker exec alma9-c2 rm /opt/acme2certifier/volume/lsycd_test.txt
sleep 20
sleep 30
docker exec alma9-c1 ls -la /opt/acme2certifier/volume/ | grep -i lsycd_test.txt -vqz
- name: "Install acme2certifier"
Expand Down

0 comments on commit bae8a7c

Please sign in to comment.