Skip to content

Commit dbbea25

Browse files
Fix typo
1 parent 3e216e1 commit dbbea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
set -o pipefail &&
2121
xcodebuild build-for-testing test-without-building -workspace DiffableDataSources.xcworkspace -scheme DiffableDataSources -configuration Release ENABLE_TESTABILITY=YES |
2222
xcpretty -c -r junit -o build/reports/xcodebuild-macOS.xml
23-
displayName: xcodebuild test maxOS
23+
displayName: xcodebuild test macOS
2424
condition: succeededOrFailed()
2525
- script: |
2626
set -o pipefail &&

0 commit comments

Comments
 (0)