Skip to content

Commit 86406ef

Browse files
fix test cases
1 parent c83448b commit 86406ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-on-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
matrix:
1414
design: [aio, minimal, ha2, asa]
1515
os-type: [rocky, rhel]
16-
os-version: [8, 9]
16+
os-version: ["8", "9"]
1717
fail-fast: false
1818
uses: ./.github/workflows/test-deployer.yml
1919
with:
2020
design: ${{ matrix.design }}
21-
os-type: rocky
22-
os-version: "9"
21+
os-type: ${{ matrix.os-type }}
22+
os-version: "${{ matrix.os-version }}"
2323
secrets: inherit

0 commit comments

Comments
 (0)