From b7719fa910ca1da6462c1385fb95aebdfabd2dd1 Mon Sep 17 00:00:00 2001 From: Artem Dudkin Date: Sun, 14 Jan 2024 04:12:24 +0300 Subject: [PATCH] fix badge --- .github/workflows/node.js.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e853b20..3934e42 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: tests on: push: diff --git a/README.md b/README.md index 1d814a6..8eba632 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > A local key/value storage with change watching +![tests](https://github.com/artemdudkin/kv30/actions/workflows/node.js.yml/badge.svg) + ## Installation ```bash