Change CI badge
This commit is contained in:
parent
9c34bd1fb6
commit
1d24a58899
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Minecraft Backup
|
# Minecraft Backup
|
||||||

|
[](https://github.com/nicolaschan/minecraft-backup/actions/workflows/ci.yml)
|
||||||
[](https://codecov.io/gh/nicolaschan/minecraft-backup)
|
[](https://codecov.io/gh/nicolaschan/minecraft-backup)
|
||||||
|
|
||||||
Backup script for Minecraft servers on Linux.
|
Backup script for Minecraft servers on Linux.
|
||||||
|
|
|
@ -23,7 +23,7 @@ setUp () {
|
||||||
echo "$!" > "$TEST_TMP/rcon-pid"
|
echo "$!" > "$TEST_TMP/rcon-pid"
|
||||||
|
|
||||||
while ! [[ (-f "$TEST_TMP/screen-output") && (-f "$TEST_TMP/tmux-output") && (-f "$TEST_TMP/rcon-output") ]]; do
|
while ! [[ (-f "$TEST_TMP/screen-output") && (-f "$TEST_TMP/tmux-output") && (-f "$TEST_TMP/rcon-output") ]]; do
|
||||||
sleep 0.2
|
sleep 0.3
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue