Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
update xcodebuild to xcodebuild docbuild
  • Loading branch information
imberezin authored May 2, 2024
1 parent ca8b4a7 commit ca8a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean build | xcpretty
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild docbuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean build | xcpretty

0 comments on commit ca8a1a4

Please sign in to comment.