From 94df95aceaa7d08f2244516c025bf383d5506ae4 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Fri, 8 Mar 2024 16:08:32 +0200 Subject: [PATCH] README: Fix link to tests badge Signed-off-by: Povilas Kanapickas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df901a..524a327 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Podman Compose -## [![Unit tests PyTest](https://github.com/containers/podman-compose/actions/workflows/pytest.yml/badge.svg)](https://github.com/containers/podman-compose/actions/workflows/pytest.yml) +## [![Tests](https://github.com/containers/podman-compose/actions/workflows/test.yml/badge.svg)](https://github.com/containers/podman-compose/actions/workflows/test.yml) An implementation of [Compose Spec](https://compose-spec.io/) with [Podman](https://podman.io/) backend. This project focuses on: