Skip to content

Commit

Permalink
debug --filter=[core]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Nov 4, 2024
1 parent a1bc442 commit 8c39695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core-tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Socks5Proxy *create_socks5_proxy() {
socks5_proxy->host = std::string(TEST_SOCKS5_PROXY_HOST);
socks5_proxy->port = TEST_SOCKS5_PROXY_PORT;
socks5_proxy->dns_tunnel = 1;

printf("GITHUB_ACTIONS=%s, GITHUB_ACTION=%s\n", getenv("GITHUB_ACTIONS"), getenv("GITHUB_ACTION"));

if (is_github_ci()) {
socks5_proxy->method = SW_SOCKS5_METHOD_AUTH;
socks5_proxy->username = std::string(TEST_SOCKS5_PROXY_USER);
Expand Down

0 comments on commit 8c39695

Please sign in to comment.