From fa396b79c239d44683c8c56de937df73309eb30d Mon Sep 17 00:00:00 2001 From: aldbr Date: Fri, 20 Dec 2024 09:45:32 +0100 Subject: [PATCH] fix(README): link to gh action workflows --- README.md | 4 ++-- packages/extensions/README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d6f04b..dcf726b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # DiracX-Web ![Basic tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/basic.yml/badge.svg?branch=main) -![Unit tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/test.yml/badge.svg?branch=main) -![Integration tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/integration-test.yml/badge.svg?branch=main) +![Unit tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/diracx-web-components-test.yml/badge.svg?branch=main) +![Integration tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/diracx-web-test.yml/badge.svg?branch=main) ![Deployment](https://github.com/DIRACGrid/diracx-web/actions/workflows/deployment.yml/badge.svg?branch=main) diff --git a/packages/extensions/README.md b/packages/extensions/README.md index b4ea1be..ef02c6b 100644 --- a/packages/extensions/README.md +++ b/packages/extensions/README.md @@ -4,6 +4,8 @@ # Creating a DiracX Web Extension +![CI](https://github.com/DIRACGrid/diracx-web/actions/workflows/gubbins-test.yml/badge.svg?branch=main) + This project aims to provide an example for creating a basic Next.js web extension for DiracX. It includes the necessary configuration and setup to get you started quickly. ## Prerequisites