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 3d39ab8Copy full SHA for 3d39ab8
.github/workflows/eclair.yaml
@@ -83,6 +83,12 @@ 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 install -y dnsutils
89
+ dig sentinel-server.eclair-sentinel.svc.cluster.local
90
+ curl -L sentinel-server.eclair-sentinel.svc.cluster.local
91
+
92
- name: SCA Setup
93
uses: zephyrproject-rtos/action-sca-setup@main
94
with:
0 commit comments