Skip to content

Commit

Permalink
Test watchOS>
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Aug 4, 2023
1 parent 1806e65 commit f753793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Dependencies
run: carthage bootstrap --no-build
- name: ${{ matrix.destination }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "AlamofireImage.xcworkspace" -scheme "AlamofireImage watchOS" -destination "${{ matrix.destination }}" -testPlan "${{ matrix.testPlan }}" clean build | xcpretty
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "AlamofireImage.xcworkspace" -scheme "AlamofireImage watchOS" -destination "${{ matrix.destination }}" -testPlan "${{ matrix.testPlan }}" clean test | xcpretty
SPM:
name: Test with SPM
runs-on: ${{ matrix.runsOn }}
Expand Down

0 comments on commit f753793

Please sign in to comment.