mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
core: 添加 cloud image 测试
This commit is contained in:
parent
5008114096
commit
129d00c2bb
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -30,6 +30,14 @@ jobs:
|
||||
${{ matrix.command }} ubuntu-22.04
|
||||
${{ matrix.command }} debian-12
|
||||
${{ matrix.command }} dd --img=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.8.tar.xz
|
||||
|
||||
# 测试 cloud image
|
||||
${{ matrix.command }} centos-7 --ci
|
||||
${{ matrix.command }} alma-8 --ci
|
||||
${{ matrix.command }} rocky-9 --ci
|
||||
${{ matrix.command }} ubuntu-22.04 --ci
|
||||
${{ matrix.command }} debian-12 --ci
|
||||
|
||||
# 测试失败例子
|
||||
! ${{ matrix.command }} wrong-os
|
||||
! ${{ matrix.command }} dd --img=https://github.com/
|
||||
|
Loading…
x
Reference in New Issue
Block a user