Change CI badge

This commit is contained in:
Nicolas Chan 2021-03-06 14:59:30 -08:00
parent 9c34bd1fb6
commit 1d24a58899
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Minecraft Backup
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nicolaschan/minecraft-backup/CI)
[![CI](https://github.com/nicolaschan/minecraft-backup/actions/workflows/ci.yml/badge.svg)](https://github.com/nicolaschan/minecraft-backup/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/nicolaschan/minecraft-backup/branch/master/graph/badge.svg?token=LCbVC4TbYJ)](https://codecov.io/gh/nicolaschan/minecraft-backup)
Backup script for Minecraft servers on Linux.

View file

@ -23,7 +23,7 @@ setUp () {
echo "$!" > "$TEST_TMP/rcon-pid"
while ! [[ (-f "$TEST_TMP/screen-output") && (-f "$TEST_TMP/tmux-output") && (-f "$TEST_TMP/rcon-output") ]]; do
sleep 0.2
sleep 0.3
done
}