From 7ae19ccd8a89155402f68c211f92cadac9bcb0e1 Mon Sep 17 00:00:00 2001 From: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:57:26 +0000 Subject: [PATCH] Github status badge UT points to latest results --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c15b50da90..dd9813dc7e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CMock Unit Tests](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/runs/${{ github.run_id }}) +[![CMock Unit Tests](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/?query=workflow%3Atest) ## Getting started This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS) repository, which contains pre-configured demo application projects under ```FreeRTOS/Demo``` directory.