Skip to content

Commit

Permalink
Comment out plans for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 7, 2024
1 parent 64894d6 commit 2d9998d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base_ut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
type: string
jobs:
build:
test:
runs-on: [macos-14]

steps:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
strategy:
matrix:
plan: [
SplitiOSIntegration,
SplitiOSIntegration_1,
SplitiOSStreaming,
SplitiOSStreaming_1,
SplitiOSStreaming_2,
SplitiOSUnit,
SplitiOSUnit_1,
SplitiOSUnit_2,
SplitiOSUnit_3,
SplitiOSUnit_4,
# SplitiOSIntegration,
# SplitiOSIntegration_1,
# SplitiOSStreaming,
# SplitiOSStreaming_1,
# SplitiOSStreaming_2,
# SplitiOSUnit,
# SplitiOSUnit_1,
# SplitiOSUnit_2,
# SplitiOSUnit_3,
# SplitiOSUnit_4,
SemVer,
SplitPushManagerUT,
SplitStreamingUT
# SplitPushManagerUT,
# SplitStreamingUT
]
uses: ./.github/workflows/base_ut.yaml
with:
Expand Down

0 comments on commit 2d9998d

Please sign in to comment.