Skip to content

Commit f6e6815

Browse files
committed
Rename tests name
1 parent 495bb51 commit f6e6815

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: simulator
3030
with:
3131
os: ${{ matrix.os }}
32-
- name: "Run ${{ matrix.device_model }} Tests"
32+
- name: "Run ${{ matrix.os }} Tests"
3333
run: |
3434
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
3535
-project PusherSwift.xcodeproj \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Xcode 13.2
1+
Xcode 12.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Xcode 13.2
1+
Xcode 11.0

Consumption-Tests/Shared/performTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function runXcodeBuild {
114114
echo "WORKSPACE_FILEPATH=$WORKSPACE_FILEPATH"
115115

116116
set +e
117-
xcodebuild clean build -workspace "$WORKSPACE_FILEPATH" -scheme "$SCHEME"
117+
xcodebuild clean build -workspace "$WORKSPACE_FILEPATH" -scheme "$SCHEME" -allowProvisioningUpdates
118118
local XCODEBUILD_STATUS_CODE=$?
119119
set -e
120120

0 commit comments

Comments
 (0)