Skip to content

Commit 0e069e8

Browse files
Cosmetics: drop debug spam
1 parent 34b768d commit 0e069e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/module-test-run.yml

-6
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
working-directory: ${{ steps.download.outputs.download-path }}/modules/test
5151
run: |
5252
sudo chmod +x ./moduletest
53-
sudo cat /etc/passwd
54-
sudo cat /etc/sudoers
55-
id
5653
5754
result=0
5855
recipes=$(find ../../src/modules/test/recipes/ -name "*.json")
@@ -71,9 +68,6 @@ jobs:
7168
echo failed
7269
result=1
7370
echo "::warning file=$name.log::Error(s) in module-test for '$name'"
74-
cat /etc/passwd
75-
cat /etc/sudoers
76-
id
7771
fi
7872
7973
echo "$output"

0 commit comments

Comments
 (0)