We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27f875 commit e5c4c23Copy full SHA for e5c4c23
.github/workflows/test-kitchen.yml
@@ -151,5 +151,8 @@ jobs:
151
- name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
152
run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
153
- name: Gather journal output
154
- run: bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c journalctl --since=yesterday
+ run: |
155
+ bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl --since=yesterday"
156
+ bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "networkctl status --all"
157
+ bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "resolvectl status" || true
158
if: ${{ failure() }}
0 commit comments