We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab43c5 commit b562e00Copy full SHA for b562e00
1 file changed
.github/workflows/GnuTests.yml
@@ -204,7 +204,7 @@ jobs:
204
- name: Selinux - Extract testing info from indiv logs into JSON
205
shell: bash
206
run : |
207
- lima bash -c "cd ~/work/gnu/ && python3 ../uutils/util/gnu-json-result.py tests > tests-selinux/selinux-gnu-full-result.json"
+ lima bash -c "cd ~/work/gnu/ && python3 ../uutils/util/gnu-json-result.py tests > tests-selinux/selinux-gnu-full-result.json && cat tests-selinux/selinux-gnu-full-result.json"
208
209
- name: Selinux - Collect test logs and test results
210
run: |
0 commit comments