Skip to content

Commit

Permalink
ci: matrix action multi-line
Browse files Browse the repository at this point in the history
easier to manage matrix as multi-lines especially when test list grows

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored and tomzawadzki committed Feb 21, 2025
1 parent 50b82d5 commit 608c36c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/per_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
CI_CFGS_REPOSITORY_PATH: ${{ github.workspace }}/ci/cijoe/configs/autorun_configs
strategy:
matrix:
workflow: [autorun_unittest, autorun_nvme]
workflow:
- autorun_unittest
- autorun_nvme
container:
image: ghcr.io/refenv/cijoe-docker:v0.9.50
options: --device=/dev/kvm
Expand Down

0 comments on commit 608c36c

Please sign in to comment.