mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-06-23 08:47:38 +02:00
Provide better debugging means
This is just to assist debugging of the runners, so that we can grab in a case needed the screen and stderr . * there's a script t/03_debug.t.DISABLED which needs to be renamed then * it utilises IPC::Run3 - also showing the PATH is added for both runners - Readme amended accordingly
This commit is contained in:
@@ -45,6 +45,8 @@ jobs:
|
||||
printf "%s\n" "----------"
|
||||
bash --version
|
||||
printf "%s\n" "----------"
|
||||
echo $PATH
|
||||
printf "%s\n" "----------"
|
||||
|
||||
- name: Install perl modules
|
||||
run: |
|
||||
@@ -52,6 +54,7 @@ jobs:
|
||||
cpanm --notest Data::Dumper
|
||||
cpanm --notest JSON
|
||||
cpanm --notest Text::Diff
|
||||
cpanm --notest IPC::Run3
|
||||
|
||||
- name: run it
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user