Skip to content

Commit

Permalink
Try example from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed Jun 14, 2024
1 parent 8bf2e6e commit 9d36021
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/checkbox-promote-beta-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
id: set-matrix
run: |
echo "matrix=$(jq -cn --argjson matrix "$(cat matrix.json)" '{include: $matrix}' | jq -R)" >> $GITHUB_OUTPUT
echo "matrix={\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}" >> $GITHUB_OUTPUT
checkbox-promotion-beta-to-candidate-test:
needs: generate-matrix
runs-on: [self-hosted, testflinger]
Expand All @@ -38,8 +39,8 @@ jobs:
steps:
- name: diagnostics
run: |
echo ${{ matrix.queue }}
echo ${{ matrix.data_source }}
echo ${{ matrix.checkbox_runtime }}
echo ${{ matrix.checkbox_track }}
echo "Matrix - Project ${{ matrix.project }}, Config ${{ matrix.config }}"
#echo ${{ matrix.queue }}
#echo ${{ matrix.data_source }}
#echo ${{ matrix.checkbox_runtime }}
#echo ${{ matrix.checkbox_track }}

0 comments on commit 9d36021

Please sign in to comment.