Skip to content

Commit aeeb14e

Browse files
committed
ci: update demos
1 parent 88b0121 commit aeeb14e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
run: |
6767
echo $BOARD_POWER_RESET
6868
export RUST_LOG=debug
69-
# cargo xtask uboot \
70-
# --build-config configs/board/${{ matrix.board }}.toml \
71-
# --uboot-config .github/workflows/uboot.toml \
72-
# --vmconfigs ${{ matrix.vmconfigs }}
7369
cargo xtask uboot \
7470
--build-config configs/board/${{ matrix.board }}.toml \
75-
--uboot-config .github/workflows/uboot.toml
71+
--uboot-config .github/workflows/uboot.toml \
72+
--vmconfigs ${{ matrix.vmconfigs }}
73+
# cargo xtask uboot \
74+
# --build-config configs/board/${{ matrix.board }}.toml \
75+
# --uboot-config .github/workflows/uboot.toml

.github/workflows/uboot.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ serial = "${env:BOARD_COMM_UART_DEV}"
99
success_regex = [
1010
"Welcome to AxVisor Shell!",
1111
"All tests passed!",
12+
"Hello World!",
13+
"root@firefly:~#",
14+
"root@phytium-Ubuntu:~#",
1215
]
1316

1417
[net]

0 commit comments

Comments
 (0)