Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 16, 2023
1 parent 0e0a6c8 commit 0ee29ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
runs-on: macOS-latest
strategy:
fail-fast: false
matrix:
matrix:
destination:
- 'platform=macOS'
- 'platform=macOS,variant=Mac Catalyst'
- 'platform=iOS Simulator,name=iPhone 11 Pro'
- 'platform=tvOS Simulator,name=Apple TV'
- 'platform=watchOS Simulator,name=Apple Watch Series 5 (40mm)'
xcode_version: ${{ fromJson(needs.generate-matrix.outputs.matrix).xcode_version }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ needs.generate-matrix.outputs.latest-xcode-version }}.app/Contents/Developer
steps:
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
path: test_output
- name: Merge xcresult files
run:
cat test_output
xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/TestResults.xcresult
- uses: kishikawakatsumi/xcresulttool@v1
if: success() || failure()
Expand Down

0 comments on commit 0ee29ff

Please sign in to comment.