From bfaf69e203238e9af3a44a26e41f11d4db6008e1 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Tue, 5 Oct 2021 23:02:05 -0400 Subject: [PATCH] CI: change name for display --- .github/workflows/nodejs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f107334..422afc3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,7 +1,4 @@ -# 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: Node.js CI +name: CI/CD on: push: @@ -11,6 +8,8 @@ on: jobs: build: + # 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 runs-on: ubuntu-latest strategy: matrix: