Skip to content

Commit

Permalink
Use vmtest-action version 0.8 in CI
Browse files Browse the repository at this point in the history
With vmtest-action version 0.8 released, it makes the most sense for us
to consume this version as opposed to the current snapshot from the
master branch. This way, we anticipate to consume stable releases and
have Dependabot manage version bumps for us.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Aug 19, 2024
1 parent aede632 commit a8e0302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
EOF
chmod a+x main.sh
- name: Test and gather coverage
uses: danobi/vmtest-action@master
uses: danobi/vmtest-action@v0.8
with:
kernel: bzImage
command: sh -c 'cd ${{ github.workspace }} && ./main.sh'
Expand Down

0 comments on commit a8e0302

Please sign in to comment.