Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
n3d1117 committed May 13, 2023
1 parent fc406bb commit 1e14fed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ workflows:
include: true
source: true
scripts:
# - name: Test
# script: |
# #!/bin/sh
# set -ex
# xcode-project run-tests \
# --project "Stats.xcodeproj" \
# --scheme "Stats" \
# --test-xcargs "CODE_SIGNING_ALLOWED=NO"
# test_report: build/ios/test/*.xml
- name: Test
script: |
#!/bin/sh
set -ex
xcode-project run-tests \
--project "Stats.xcodeproj" \
--scheme "Stats" \
--test-xcargs "CODE_SIGNING_ALLOWED=NO"
test_report: build/ios/test/*.xml
- name: Build
script: |
xcodebuild build \
Expand Down

0 comments on commit 1e14fed

Please sign in to comment.