We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2897b48 commit d716d97Copy full SHA for d716d97
1 file changed
.github/workflows/test.yml
@@ -30,10 +30,11 @@ jobs:
30
31
- name: Start Aeron Cache Backend
32
run: |
33
- aeron-cache &
+ nohup aeron-cache > aeron-cache-log.txt 2>&1 &
34
# Wait for the environment file to be generated in ~/.aeron-cache/
35
ENV_FILE="$HOME/.aeron-cache/aeron-cache-ui.env"
36
37
+ for i in {1..30}; do
38
if [ -f "$ENV_FILE" ]; then
39
echo "Environment file found"
40
break
0 commit comments