From d070f94ea941076d306c95c9e86a766236504882 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 26 Sep 2025 08:39:05 +0200 Subject: [PATCH] fix(README): Use GH actions Test Badge We test on GH actions and not CircleCI anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c931e091..3fb4564a86 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Solidus -[![Circle CI](https://circleci.com/gh/solidusio/solidus/tree/main.svg?style=shield)](https://circleci.com/gh/solidusio/solidus/tree/main) +[![Test](https://github.com/solidusio/solidus/actions/workflows/test.yml/badge.svg)](https://github.com/solidusio/solidus/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/solidusio/solidus/branch/main/graph/badge.svg)](https://codecov.io/gh/solidusio/solidus/branch/main) [![Gem](https://img.shields.io/gem/v/solidus.svg)](https://rubygems.org/gems/solidus) [![License](http://img.shields.io/badge/license-BSD-blue.svg)](LICENSE.md)