Skip to content

Commit

Permalink
TEST: Upload artifacts for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ameryhung committed Feb 6, 2025
1 parent 6c57378 commit fc5ce68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@ jobs:
# Here we must use kbuild-output local to the repo, because
# it was extracted from the artifacts.
kbuild-output: ${{ env.REPO_ROOT }}/kbuild-output
- if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}${{ inputs.kernel-test }}
if-no-files-found: error
path: /tmp/tmon_pcap/*

0 comments on commit fc5ce68

Please sign in to comment.