Skip to content

Commit

Permalink
add tor setup for custom test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 21, 2023
1 parent 498ca68 commit 968a030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/custom_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cmake \
git \
tor \
curl \
libconfig-dev \
libgtest-dev \
libopus-dev \
Expand All @@ -34,7 +35,7 @@ jobs:
libx264-dev
- name: setup tor
run: |
/etc/init.d/tor restart
sudo /etc/init.d/tor restart
ps -ef|grep tor
cat /usr/share/tor/tor-service-defaults-torrc
curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip
Expand Down

0 comments on commit 968a030

Please sign in to comment.