From a98f8243eaf271c1f07ebc80e282363ac170b98d Mon Sep 17 00:00:00 2001 From: Ralf Ferreira <57114762+ralfferreira@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:10:50 -0300 Subject: [PATCH] Update and rename node.js.yml to main.yml Supports Flask and Node.js steps --- .github/workflows/{node.js.yml => main.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{node.js.yml => main.yml} (99%) diff --git a/.github/workflows/node.js.yml b/.github/workflows/main.yml similarity index 99% rename from .github/workflows/node.js.yml rename to .github/workflows/main.yml index 3d4ed90c..580d7a0b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/main.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 # Controls when the workflow will run on: push: