From 3c8fadc5097c9acfc96d836dced2bb598e48b009 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 4 Mar 2022 07:33:13 +0100 Subject: Bring workflow name in line with filename --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 46a1d2e..18915d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI +name: Tests on: push: -- cgit v1.2.3