Skip to content

Commit

Permalink
Fix github actions #2 (ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Oct 24, 2022
1 parent bf3e730 commit df2f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df2f177

Please sign in to comment.