Skip to content

Commit

Permalink
ajuste primeira versão workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskisoba committed Nov 19, 2023
1 parent 659448f commit ca611f3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
cd backend
npm install

0 comments on commit ca611f3

Please sign in to comment.