Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 7, 2024
1 parent 694ecf7 commit dd7035c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
configuration: Debug
derived-data-path: "${{ github.workspace }}/SplitApp"
destination: ${{ inputs.platform }}'
destination: ${{ inputs.destination }}'
project: Split.xcodeproj
scheme: ${{inputs.scheme}}
scheme: ${{ inputs.scheme }}
2 changes: 1 addition & 1 deletion .github/workflows/test_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# SplitiOSUnit_4,
# SemVer,
# SplitPushManagerUT,
# SplitStreamingUT
SplitStreamingUT
]
uses: ./.github/workflows/base_ut.yaml
with:
Expand Down

0 comments on commit dd7035c

Please sign in to comment.