Skip to content

Commit

Permalink
create matrix file
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Feb 6, 2025
1 parent 5844432 commit 8c49511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dsf_poc_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- name: Set Matrix
run: |
MATRIX=$(jq -n '{
MATRIX=$(jq -n --compact-output '{
"include": [
{"name":"DSF POC","workspace":"dsf_cli-all-","enable_sonar":true,"enable_dam":true,"enable_dra":true,"enabled":false},
{"name":"DSF POC - SONAR","workspace":"dsf_cli-sonar-","enable_sonar":true,"enable_dam":false,"enable_dra":false,"enabled":false},
Expand Down

0 comments on commit 8c49511

Please sign in to comment.