Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SAP/cloud-sdk-ios-fiori
Browse files Browse the repository at this point in the history
  • Loading branch information
billzhou0223 committed Mar 3, 2023
2 parents 32af743 + 653bca3 commit 3e3de9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

build_watch:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run tests on Apple Watch simulator
run: set -o pipefail && make test_watch
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_watch:
bash scripts/setup_spm_tests.sh
xcodebuild -scheme FioriThemeManagerTests -destination 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)' test | xcbeautify
xcodebuild -scheme FioriThemeManagerTests -destination 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)' test
test_ios:
xcodebuild -scheme FioriSwiftUI-Package -destination 'platform=iOS Simulator,name=iPhone 14 Pro' clean build test | xcbeautify

0 comments on commit 3e3de9f

Please sign in to comment.