Skip to content

Commit

Permalink
test some more
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinBellroy committed Dec 10, 2024
1 parent aa55321 commit 1a12fcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- id: set-outputs
name: Extract get-tested outputs
run: |
echo "${{ steps.set-matrix.outputs.matrix }}"
echo "${{ fromJSON(steps.set-matrix.outputs.matrix) }}"
echo "${{ (fromJSON(steps.set-matrix.outputs.matrix).os }}"
echo "${{ fromJSON(steps.set-matrix.outputs.matrix.os) }}"
timeout-minutes: 30
tests:
container:
Expand Down

0 comments on commit 1a12fcd

Please sign in to comment.