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 bae8a7c commit 26a0907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ha-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- name: "Test syncronisation between cluster nodes"
run: |
docker exec alma9-c1 bash -c 'echo \"foo\" > /opt/acme2certifier/volume/lsycd_test.txt'
docker exec alma9-c1 ls -la /opt/acme2certifier/volume/*
docker exec alma9-c1 bash -c '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
Expand Down

0 comments on commit 26a0907

Please sign in to comment.