We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567fbe3 commit 7b565b3Copy full SHA for 7b565b3
1 file changed
.github/workflows/qemu-test.yml
@@ -30,7 +30,9 @@ jobs:
30
run: |
31
python3 -m pip install --upgrade pip
32
pip install -e .
33
- python -m pytest tests/ -v --tb=short
+ ebuild --version
34
+ ebuild --help
35
+ echo 'ebuild installed and verified'
36
37
qemu-x86:
38
name: QEMU x86_64 Boot
0 commit comments