Atualizar .github/workflows/teste-shell.yml
Deploy via Script Externo / deploy (push) Failing after 5s
ShellCheck CI / shellcheck (push) Failing after 1s
Teste Shell Runner / shell-test (push) Successful in 5s

This commit is contained in:
2026-05-30 10:35:22 +00:00
parent dcc43c7d93
commit 4563571bf2
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
if command -v apk &>/dev/null; then if command -v apk &>/dev/null; then
apk add --no-cache python3 apk add --no-cache python3
elif command -v apt-get &>/dev/null; then elif command -v apt-get &>/dev/null; then
apt-get update -qq && apt-get install -y -qq python3 apt-get update -qq && apt-get install -y -qq python3 curl
fi fi
python3 --version python3 --version
- name: 🌐 Testar conectividade externa - name: 🌐 Testar conectividade externa