Skip to content

Commit 28fe1e1

Browse files
Update ci
1 parent f701f0a commit 28fe1e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Check if docker-compose is working
2525
run: docker-compose ps
2626

27-
- name: Wait for the api01 to be ready
28-
run: sleep 10 # Ajuste o tempo conforme necessário
27+
- name: Wait for the api01 to be ready
28+
run: sleep 10
2929

3030
- name: Run unit tests with vitest
3131
run: docker exec $(docker-compose ps -q api01) npm test

0 commit comments

Comments
 (0)