diff --git a/.github/workflows/BackEnd.yml b/.github/workflows/BackEnd.yml index 9fa8ce6..e576a81 100644 --- a/.github/workflows/BackEnd.yml +++ b/.github/workflows/BackEnd.yml @@ -1,5 +1,5 @@ -# # 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 +# 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