Skip to content

Commit 42ca275

Browse files
Update load_tests_int.yml
1 parent 7885efc commit 42ca275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/load_tests_int.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Checkout code
5555
uses: actions/checkout@v3
5656
- run: curl https://registry.npmjs.org/
57+
- run: curl www.amazon.com:443
5758
- name: Run outbound calls from host
5859
run: |
5960
start_time=$(date +%s)
@@ -64,7 +65,7 @@ jobs:
6465
curl -I https://goreleaser.com
6566
sleep 10 # wait 10 seconds between calls
6667
done
67-
- run: curl www.amazon.com:443
68+
6869

6970
test-docker-outbound:
7071
runs-on: LargeRunner

0 commit comments

Comments
 (0)