Skip to content

Commit 7f1c7a7

Browse files
committed
[TEST] ci: eclair: Network debug
1 parent 18fccf2 commit 7f1c7a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/eclair.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ jobs:
8383
echo "github.base_ref: ${{ github.base_ref }}"
8484
echo "github.ref_name: ${{ github.ref_name }}"
8585
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:1947
92+
8693
- name: SCA Setup
8794
uses: zephyrproject-rtos/action-sca-setup@main
8895
with:

0 commit comments

Comments
 (0)