Skip to content
3 changes: 3 additions & 0 deletions .github/workflows/load_tests_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Agent Capability Tests Int

on:
workflow_dispatch:
pull_request:

jobs:
test-host-outbound:
Expand Down Expand Up @@ -52,6 +53,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v3
- run: curl https://www.lipsum.com/
- run: curl https://ublockorigin.com/
- run: curl https://registry.npmjs.org/
- name: Run outbound calls from host
run: |
Expand Down
Loading