diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd0be04..1b9df42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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::" diff --git a/.spi.yml b/.spi.yml new file mode 100644 index 0000000..7e227f4 --- /dev/null +++ b/.spi.yml @@ -0,0 +1,5 @@ +version: 1 +builder: + configs: + - documentation_targets: [MinFraudDevice] + platform: ios