Skip to content

Commit d716d97

Browse files
committed
Add integration workflow
1 parent 2897b48 commit d716d97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
3131
- name: Start Aeron Cache Backend
3232
run: |
33-
aeron-cache &
33+
nohup aeron-cache > aeron-cache-log.txt 2>&1 &
3434
# Wait for the environment file to be generated in ~/.aeron-cache/
3535
ENV_FILE="$HOME/.aeron-cache/aeron-cache-ui.env"
3636
37+
for i in {1..30}; do
3738
if [ -f "$ENV_FILE" ]; then
3839
echo "Environment file found"
3940
break

0 commit comments

Comments
 (0)