Skip to content

Commit

Permalink
chore: remove o script wait until (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeohsPaixao authored Dec 3, 2024
1 parent 02e9cc6 commit 70ace60
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,15 @@ jobs:
- name: Iniciar backend
run: |
cd backend
yarn api &
chmod +x .github/scripts/wait_until.sh
.github/scripts/wait_until.sh localhost:3001
nohup yarn api &
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}

- name: Iniciar frontend
run: |
cd frontend
yarn serve &
chmod +x .github/scripts/wait_until.sh
.github/scripts/wait_until.sh 127.0.0.1:8181
nohup yarn serve &
- name: Executar testes Cypress
run: |
Expand Down

0 comments on commit 70ace60

Please sign in to comment.