From 631a980979407f12447828a1aea9c4333f8bc9aa Mon Sep 17 00:00:00 2001 From: jayantur13 Date: Thu, 12 Oct 2023 14:44:46 +0530 Subject: [PATCH] Add workflow name --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec6e343..b58c979 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: CI on: push: @@ -11,7 +11,7 @@ on: jobs: build: - + name: CI runs-on: ubuntu-latest strategy: