We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701f0a commit 28fe1e1Copy full SHA for 28fe1e1
1 file changed
.github/workflows/ci.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Check if docker-compose is working
25
run: docker-compose ps
26
27
- - name: Wait for the api01 to be ready
28
- run: sleep 10 # Ajuste o tempo conforme necessário
+ - name: Wait for the api01 to be ready
+ run: sleep 10
29
30
- name: Run unit tests with vitest
31
run: docker exec $(docker-compose ps -q api01) npm test
0 commit comments