Skip to content

Commit

Permalink
xcresult が残っていたときに削除するようにしました。
Browse files Browse the repository at this point in the history
  • Loading branch information
es-kumagai committed Nov 21, 2024
1 parent 5172b0d commit cccf662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}' | sed -e "s/ Simulator$//"`
cd ${{ matrix.config.dir }}
rm -rf "${{ matrix.config.scheme }}".xcresult
xcodebuild -scheme "${{ matrix.config.scheme }}" -resultBundlePath ${{ matrix.config.scheme }} test -destination "platform=$platform,name=$device"
- name: Report
uses: kishikawakatsumi/xcresulttool@v1
Expand Down

0 comments on commit cccf662

Please sign in to comment.