From a968f2eda9ee429a13be51f6c2c3250fee0e61a8 Mon Sep 17 00:00:00 2001 From: Erick Wendel Date: Mon, 10 Jun 2024 15:22:13 +0300 Subject: [PATCH] change ci name Signed-off-by: Erick Wendel --- .github/workflows/run-tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 21a0945..22d7fa7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -1,4 +1,4 @@ -name: Docker Actions +name: Test Runner EW on: push: diff --git a/README.md b/README.md index 5fd79b5..b8b77d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Node.js Custom Test Runner Experiment -[![Build Status](https://github.com/ErickWendel/recreating-nodejs-test-runner/workflows/Docker%20Actions/badge.svg)](https://github.com/ErickWendel/recreating-nodejs-test-runner/actions) +[![Build Status](https://github.com/ErickWendel/recreating-nodejs-test-runner/workflows/Test%20Runner%20EW/badge.svg)](https://github.com/ErickWendel/recreating-nodejs-test-runner/actions) ## Introduction