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

This commit is contained in:
2026-05-30 10:47:51 +00:00
parent 02ca7dcd2a
commit 4b2ce601ac
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
apt-get update -qq && apt-get install -y -qq python3 curl
fi
python3 --version
- name: 📦 Instalar python3 se necessário
- name: 📦 Instalar curl se necessário
run: |
# Alpine usa apk, Ubuntu/Debian usa apt
if command -v apk &>/dev/null; then