Skip to content

Commit

Permalink
dump matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Jan 27, 2024
1 parent 0a81a7d commit 6bbfaa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
echo "latest-xcode-version=$(cat .github/matrix.json | jq -r '.xcode_version | max')" >> $GITHUB_OUTPUT
echo "swift-versions=$(cat .github/matrix.json | jq -rc '.swift_version')" >> $GITHUB_OUTPUT
echo "platforms=$(cat .github/matrix.json | jq -rc '.platform')" >> $GITHUB_OUTPUT
- name: dump matrix
run: |
echo 'xcode-versions = ${{ steps.extract-matrix.outputs.xcode-versions }}'
echo 'latest-xcode-version = ${{ steps.extract-matrix.outputs.latest-xcode-version }}'
echo 'swift-versions = ${{ steps.extract-matrix.outputs.swift-versions }}'
echo 'platforms = ${{ steps.extract-matrix.outputs.platforms }}'
test-macos:
name: Test
needs: extract-matrix
Expand Down

0 comments on commit 6bbfaa8

Please sign in to comment.