From 9cbbc26d5774851de4fc9680ec3b26ca2cc9fc90 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 10 Dec 2023 20:50:59 +0100 Subject: [PATCH 1/2] Update README.md (#1967) --- tests/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index d27f371d0..4d48a0aa6 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,9 +7,8 @@ Feel free to add more, the more the better! ## How to run the tests ```bash -pip install pipenv -pipenv install -d -pipenv run make test +pip install poetry +make test ``` And you should see From 5666792b0a0eccf37ab1d63b5e4e3163a78ab32e Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 10 Dec 2023 20:54:06 +0100 Subject: [PATCH 2/2] Fix badge (#1968) Co-authored-by: Laurent Raufaste --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39ab0b8f..2af7ba438 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Keep your application settings in sync. -[![Status](https://github.com/lra/mackup/workflows/Mackup/badge.svg)](https://github.com/lra/mackup/actions) +[![Run tests](https://github.com/lra/mackup/actions/workflows/test.yaml/badge.svg)](https://github.com/lra/mackup/actions/workflows/test.yaml) [![snapcraft](https://snapcraft.io/mackup/badge.svg)](https://snapcraft.io/mackup) ## Table of content