From e221156c112bc233efe91131fffa640ddebc771d Mon Sep 17 00:00:00 2001 From: Martin Carlberg Date: Tue, 9 Nov 2021 11:43:39 +0100 Subject: [PATCH] Fixed: Changed name on Build & Test GitHub action --- .github/workflows/BuildAndTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index f5dfe9ea1..1e3242936 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.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: Build and Test +name: Node build on: push: