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 Jul 31, 2024
1 parent fdd1f4f commit 2d84764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
outputs:
kernel-url:
description: "URL of the built (and uploaded) Linux kernel"
value: ${{ jobs.build.upload-kernel-image.outputs.artifact-url }}
value: ${{ jobs.build.upload-kernel.outputs.artifact-url }}

jobs:
build:
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
- uses: actions/upload-artifact@v4
id: upload-linux-kernel
with:
name: linux-kernel-image
name: linux-kernel
if-no-files-found: error
compression-level: 0
path: build/arch/x86/boot/bzImage
2 changes: 1 addition & 1 deletion .github/workflows/test-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
EOF
chmod a+x main.sh
- name: Test
uses: danobi/vmtest-action@v0.6
uses: danobi/vmtest-action@master
with:
kernel_url: ${{ needs.build-linux-kernel.outputs.kernel-url }}
command: "/bin/bash -c ${{ github.workspace }}/main.sh"

0 comments on commit 2d84764

Please sign in to comment.