Skip to content

Commit

Permalink
ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 21, 2023
1 parent 58814a6 commit 846d890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: test tor connection
run: |
set -x
curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip
curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip || echo "ignore error"
- run: git submodule update --init --recursive
- name: build toxcore
run: |
Expand Down

0 comments on commit 846d890

Please sign in to comment.