Skip to content

Commit acc9727

Browse files
committed
ci: add networking-py to test-examples workflow
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 734b14f commit acc9727

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

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

0 commit comments

Comments
 (0)