Skip to content

Commit

Permalink
Shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Dec 19, 2024
1 parent 48f0e57 commit 738f5b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_proxy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
iptables-legacy -A OUTPUT -p tcp --dport 443 -m owner ! --uid-owner proxy -j REJECT
python -m grpc_tools.protoc -Icpp/proto --python_out=./python cpp/proto/arcticc/pb2/*.proto
echo "http_proxy=http://127.0.0.1:3128" >> $GITHUB_ENV
echo "https_proxy=http://127.0.0.1:3128" >> $GITHUB_ENV
- name: Setup softlink for SSL
Expand All @@ -75,8 +78,6 @@ jobs:
- name: Run proxy test
shell: bash
run: |
echo "http_proxy=http://127.0.0.1:3128" >> $GITHUB_ENV
echo "https_proxy=http://127.0.0.1:3128" >> $GITHUB_ENV
echo ${http_proxy}
echo ${https_proxy}
curl google.com
Expand Down

0 comments on commit 738f5b3

Please sign in to comment.