Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
with:
xcode-version: ${{ matrix.xcode-version }}

- name: Warm up CoreSimulator
run: xcrun simctl list devices available

- name: Run Tests
run: |
attempts=3
Expand Down Expand Up @@ -106,6 +109,9 @@ jobs:
with:
xcode-version: ${{ matrix.xcode-version }}

- name: Warm up CoreSimulator
run: xcrun simctl list devices available

- name: Build Example App
run: |
attempts=3
Expand All @@ -118,7 +124,7 @@ jobs:
-project Example/MinFraudDeviceExample/MinFraudDeviceExample.xcodeproj \
-scheme MinFraudDeviceExample \
-destination "${{ matrix.destination }}" \
| xcpretty && exit ${PIPESTATUS[0]}
| xcpretty
status=${PIPESTATUS[0]}
set -e
echo "::endgroup::"
Expand Down
5 changes: 5 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
Comment thread
PatrickCroninMM marked this conversation as resolved.
builder:
configs:
- documentation_targets: [MinFraudDevice]
platform: ios