Test CI v2.1.18
All checks were successful
DNS & Network Test / network-test (push) Successful in 19s

This commit is contained in:
phattt2901 2025-05-03 23:49:04 +07:00
parent a290fbb66c
commit 7d047075c0

View File

@ -10,7 +10,7 @@ jobs:
steps:
- name: Add host IP alias
run: echo "172.17.0.1 server" >> /etc/hosts
run: echo "127.0.0.1 server" >> /etc/hosts
- name: Cập nhật và cài curl + dnsutils
run: |
apt update