Skip to content

Commit

Permalink
remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Feb 27, 2025
1 parent 4c72d1a commit 2916f2c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Tests
name: CocoaPods Integration Tests
on:
push:
branches:
Expand All @@ -20,13 +20,8 @@ concurrency:

jobs:
cocoapods:
name: Integration Test for ${{ matrix.sample.name }}
name: IntegrationTest
runs-on: macos-15
strategy:
matrix:
sample:
- name: "iOS-Cocoapods-Swift6"
path: Samples/iOS-Cocoapods-Swift6
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -41,11 +36,11 @@ jobs:

- name: Run Integration Test
run: bundle exec fastlane cocoapods_integration_test
working-directory: ${{ matrix.sample.path }}
working-directory: Samples/iOS-Cocoapods-Swift6

- name: Upload Result Bundle
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: integration-test-${{matrix.sample.name}}.xcresult
name: integration-test-iOS-Cocoapods-Swift6.xcresult
path: fastlane/test_results/results.xcresult

0 comments on commit 2916f2c

Please sign in to comment.