From ca611f3a4e02e5639785b140c4eb6800c88741b9 Mon Sep 17 00:00:00 2001 From: Yasmim Rosa Date: Sun, 19 Nov 2023 18:06:30 -0300 Subject: [PATCH] =?UTF-8?q?ajuste=20primeira=20vers=C3=A3o=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/workflow_ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/workflow_ci.yml b/.github/workflows/workflow_ci.yml index b7ba8fd9..0458c5e1 100644 --- a/.github/workflows/workflow_ci.yml +++ b/.github/workflows/workflow_ci.yml @@ -16,12 +16,5 @@ jobs: - name: Install dependencies run: | - cd back-end - npm install - - - name: Run back-end - run: | - cd back-end - npm start - sleep 10 - pkill -f "npm start" \ No newline at end of file + cd backend + npm install \ No newline at end of file