Skip to content

Commit 1729e97

Browse files
committed
ci: add networking-py to test-examples workflow
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 8692e01 commit 1729e97

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test-examples.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- python-agent
6666
- python-agent-driver
6767
- powershell
68+
- networking-py
6869
steps:
6970
- uses: actions/checkout@v4
7071

@@ -232,6 +233,10 @@ jobs:
232233
memory: "1Gi"
233234
args: "-- -NoProfile -File /scripts/hello.ps1"
234235
expect: "Hello, World! From PowerShell on Hyperlight"
236+
- example: networking-py
237+
memory: "512Mi"
238+
args: "--net -- /urllib_get.py"
239+
expect: "SUCCESS: urllib GET worked!"
235240
steps:
236241
- uses: actions/checkout@v4
237242

@@ -402,6 +407,7 @@ jobs:
402407
- python-agent
403408
- python-agent-driver
404409
- powershell
410+
- networking-py
405411
steps:
406412
- uses: actions/checkout@v4
407413

@@ -559,6 +565,10 @@ jobs:
559565
memory: "1Gi"
560566
args: "-- -NoProfile -File /scripts/hello.ps1"
561567
expect: "Hello, World! From PowerShell on Hyperlight"
568+
- example: networking-py
569+
memory: "512Mi"
570+
args: "--net -- /urllib_get.py"
571+
expect: "SUCCESS: urllib GET worked!"
562572
steps:
563573
- uses: actions/checkout@v4
564574

0 commit comments

Comments
 (0)