We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fccf2 commit 5627d07Copy full SHA for 5627d07
.github/workflows/eclair.yaml
@@ -83,6 +83,13 @@ jobs:
83
echo "github.base_ref: ${{ github.base_ref }}"
84
echo "github.ref_name: ${{ github.ref_name }}"
85
86
+ - name: Network debug
87
+ run: |
88
+ sudo apt-get update
89
+ sudo apt-get install -y dnsutils curl
90
+ dig sentinel-server.eclair-sentinel.svc.cluster.local
91
+ curl -L sentinel-server.eclair-sentinel.svc.cluster.local
92
+
93
- name: SCA Setup
94
uses: zephyrproject-rtos/action-sca-setup@main
95
with:
0 commit comments