diff --git a/.github/actions/test/action.yaml b/.github/actions/test/action.yaml index bea045d04a6..e7e43c6ac8a 100644 --- a/.github/actions/test/action.yaml +++ b/.github/actions/test/action.yaml @@ -187,6 +187,11 @@ runs: fi ) + - name: copying system files + shell: bash --noprofile --norc -eo pipefail -x {0} + run: | + sudo -E -H -u github cp /var/log/kern.log "$LOG_DIR/kern.log" + - name: archive unitest reports (orig) shell: bash --noprofile --norc -eo pipefail -x {0} run: |