fix(test): link resolvectl to systemd-resolve

This commit is contained in:
wencaiwulue
2022-12-11 13:50:15 +08:00
parent 182905c8e2
commit b4394ebce3

View File

@@ -57,6 +57,7 @@ jobs:
kubectl get nodes -o yaml
ifconfig
route -n
ln /usr/bin/resolvectl /usr/bin/systemd-resolve
- name: Test
run: go test -v ./pkg/test/function_test.go