From 145d7f6f478013047ad7c012ff37e255d313fbd9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 20 May 2021 11:19:04 +0200 Subject: [PATCH] why is this not showing up anymore? trying to rename back to old name --- .github/workflows/{checks.js.yml => unittests.js.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{checks.js.yml => unittests.js.yml} (94%) diff --git a/.github/workflows/checks.js.yml b/.github/workflows/unittests.js.yml similarity index 94% rename from .github/workflows/checks.js.yml rename to .github/workflows/unittests.js.yml index e5d3f95c..9c244488 100644 --- a/.github/workflows/checks.js.yml +++ b/.github/workflows/unittests.js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, 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: Code checks +name: Unit tests on: push: