Skip to content

Commit

Permalink
Run 24x Linux int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Jan 16, 2025
1 parent ae7d140 commit 1c9dc05
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ permissions:

jobs:
apple:
if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request'
if: false
# if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request'
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -145,6 +146,19 @@ jobs:
matrix:
os:
- jammy
n:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
version:
- "5.9"
- "6.0"
Expand Down Expand Up @@ -207,4 +221,4 @@ jobs:
- name: Run Integration Tests
run: |
cd aws-sdk-swift/IntegrationTests
swift test
swift test

0 comments on commit 1c9dc05

Please sign in to comment.