Skip to content

Commit

Permalink
Modifico el puerto del test de conexión
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchogimenez committed Apr 17, 2024
1 parent 06563d7 commit 87b9476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Proveedores-QA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
key: ${{ env.SSH_PRIVATE_KEY }}
script: |
cd /opt/compras
if curl http://localhost:3001 > /dev/null; then
if curl http://localhost:3000 > /dev/null; then
echo "App ok"
else
echo "Error"
Expand Down

0 comments on commit 87b9476

Please sign in to comment.