Skip to content

Commit da94fdc

Browse files
committed
ci: test
1 parent 736fdc1 commit da94fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qemu-aarch64.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ args = [
1616
"8g",
1717
]
1818
fail_regex = []
19-
success_regex = []
19+
success_regex = ["Hello, world!"]
2020
to_bin = true
2121
uefi = false

.github/workflows/test-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
vmconfigs: configs/vms/arceos-aarch64-qemu-smp1.toml
1313
vmconfigs_name: ArceOS
1414
vmimage_name: qemu_arceos_aarch64
15-
vmrootfs_name: qemu_arceos_aarch64
15+
# vmrootfs_name: qemu_arceos_aarch64
1616
# - arch: riscv64
1717
# vmconfigs: configs/vms/arceos-riscv64-qemu-smp1.toml
1818
# vmconfigs_name: ArceOS

0 commit comments

Comments
 (0)