diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10e6b9a..62a1762 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,17 +1,6 @@ name: testssl.sh CI on: - push: - paths-ignore: - - 'utils/**' - - 'doc/**' - - 'bin/**' - - '**.md' - - '**.pem' - - '**.pdf' - - '**.html' - - 'LICENSE' - - 'Dockerfile' pull_request: paths-ignore: - 'utils/**' diff --git a/t/32_isHTML_valid.t b/t/32_isHTML_valid.t index 9e0c9b2..c006329 100755 --- a/t/32_isHTML_valid.t +++ b/t/32_isHTML_valid.t @@ -10,13 +10,13 @@ use Text::Diff; my $tests = 0; my $prg="./testssl.sh"; -my $uri="example.com"; +my $uri="heise.de"; my $out=""; my $html=""; my $debughtml=""; my $edited_html=""; my $htmlfile="tmp.html"; -my $check2run="--ip=one --ids-friendly --color 0 --htmlfile $htmlfile"; +my $check2run="--ip=one --sneaky --ids-friendly --color 0 --htmlfile $htmlfile"; my $diff=""; die "Unable to open $prg" unless -f $prg;