From a1e6e8697d5cda7729b8789d8e9929aea42f724f Mon Sep 17 00:00:00 2001 From: BJ Klingenberg Date: Wed, 1 Nov 2023 13:54:43 -0700 Subject: [PATCH] update for CI test --- .github/workflows/frontend-react-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/frontend-react-ci.yml b/.github/workflows/frontend-react-ci.yml index 96b5576..9d26304 100644 --- a/.github/workflows/frontend-react-ci.yml +++ b/.github/workflows/frontend-react-ci.yml @@ -1,6 +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 # add comment to redrive actions +# update for CI test name: Frontend React CI