diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54506bc..9927958 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: set -o pipefail SCHEME="VirgilCrypto ${{ matrix.prefix }}" - if "${{ matrix.test }}" == "1"; then + if [ "${{ matrix.test }}" == "1" ]; then # Build Framework xcodebuild -verbose -project "$PROJECT" -scheme "$SCHEME" -destination "${{ matrix.destination }}" -configuration Debug clean build-for-testing | xcpretty; # Run Tests