diff --git a/.github/workflows/test_on_domains.yml b/.github/workflows/test_on_domains.yml index 5523d14..050824d 100644 --- a/.github/workflows/test_on_domains.yml +++ b/.github/workflows/test_on_domains.yml @@ -24,7 +24,7 @@ jobs: mv -iv target/release/hxn /usr/local/bin/hxn - name: Run Test over domains run: | - curl -sSL "https://raw.githubusercontent.com/Azathothas/CertStream-Domains/main/Data/np_ccTLDs/certstream_domains_np_all_24h_httpx.txt" | awk '{print $1}' | grep -i 'http' | sort -u | hxn -b "$(which google-chrome)" --stdin --timeout 1000 + curl -sSL "https://raw.githubusercontent.com/Azathothas/CertStream-Domains/main/Data/np_ccTLDs/certstream_domains_np_all_24h_httpx.txt" | awk '{print $1}' | grep -i 'http' | sort -u | hxn -b "$(which google-chrome)" --stdin --timeout 1000 -t 100 - name: Count files in hxnshots run: | num_files=$(ls -1q hxnshots | wc -l)