Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Aug 1, 2024
1 parent cdfd376 commit 12427f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ jobs:
- name: Test
uses: danobi/vmtest-action@master
with:
kernel: bzImage
command: "/bin/bash -c ${{ github.workspace }}/main.sh"
kernel_url: https://github.com/danobi/vmtest/releases/download/test_assets/bzImage-v6.2-empty
#kernel: bzImage
#command: "/bin/bash -c ${{ github.workspace }}/main.sh"
command: "/bin/bash -c zcat /proc/config.gz"

0 comments on commit 12427f6

Please sign in to comment.