Skip to content

Commit

Permalink
chore: Fixing unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland committed Oct 12, 2023
1 parent efc0061 commit 2e411d8
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 317 deletions.
7 changes: 7 additions & 0 deletions .github/composite_actions/run_xcodebuild_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ inputs:
required: false
type: boolean
default: false
build_for_testing:
required: false
type: boolean
default: false

runs:
using: "composite"
Expand Down Expand Up @@ -97,6 +101,9 @@ runs:
if [ "${{ inputs.test_without_building }}" == "true" ]; then
echo "Testing without building..."
action+="-without-building"
elif [ "${{ inputs.build_for_testing }}" == "true" ]; then
echo "Testing without building..."
action="build-for-testing"
fi
xcode-select -p
Expand Down
Loading

0 comments on commit 2e411d8

Please sign in to comment.