Atualizar .github/workflows/teste-shell.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user