Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
AgapovOne committed Jul 20, 2024
1 parent 063a9ba commit c100795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test_ios:

test_macos:
set -o pipefail && xcodebuild test -scheme BonMot -destination platform=macOS,arch=arm64 | bundle exec xcpretty --report junit --output test-results-macos/report.xml
ls -la

test_tvos:
set -o pipefail && xcodebuild test -scheme BonMot -destination "platform=tvOS Simulator,name=Apple TV" | bundle exec xcpretty --report junit --output test-results-tvos/report.xml
Expand Down

0 comments on commit c100795

Please sign in to comment.