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: