From 9489caf0cb907649e925da942c59c28d28f51122 Mon Sep 17 00:00:00 2001 From: Adam Bukowski Date: Fri, 12 Jan 2024 13:50:44 +0100 Subject: [PATCH] chore: rename actions name and add badge --- .github/workflows/perf.yml | 2 +- .github/workflows/test.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 1b483e5..9ea9b76 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -1,4 +1,4 @@ -name: Run performance tests +name: Performance on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41b5f85..0500517 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Run npm test +name: Tests on: push: diff --git a/README.md b/README.md index a9f23b0..b0cdbc1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/Schibsted-Tech-Polska/nodesi.svg?branch=master)](https://travis-ci.org/Schibsted-Tech-Polska/nodesi) +[![Tests](https://github.com/Schibsted-Tech-Polska/nodesi/actions/workflows/test.yml/badge.svg)](https://github.com/Schibsted-Tech-Polska/nodesi/actions/workflows/test.yml) [![GitHub license](https://img.shields.io/github/license/Schibsted-Tech-Polska/nodesi.svg)](https://github.com/Schibsted-Tech-Polska/helix-cli/blob/nodesi/LICENSE.txt) ## What is this?