Skip to content

Commit

Permalink
[github actions] copy kern.log to test_logs/
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye committed Sep 27, 2024
1 parent 98ac178 commit a9daeea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a9daeea

Please sign in to comment.