Skip to content

Commit

Permalink
Debugging matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwak-work committed Sep 7, 2024
1 parent 4184a7b commit cd8aaa2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3
- id: set-matrix
run: echo "matrix=$(cat .github/workflow/matrix.json | jq -c .)" >> $GITHUB_OUTPUT
shell: bash
run: |
ls .github/workflow
cat .github/workflow/matrix.json
echo "matrix=$(cat .github/workflow/matrix.json | jq -c .)" >> $GITHUB_OUTPUT
build:
needs: setup
Expand Down

0 comments on commit cd8aaa2

Please sign in to comment.