Skip to content

Commit

Permalink
chore: fix github issues (RMCCX-7619)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumenRautray committed Dec 11, 2024
1 parent 2d87151 commit 65c96fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
-workspace RInAppMessaging.xcworkspace \
-scheme UITests \
-resultBundlePath artifacts/ui-tests/UITests \
-destination "platform=iOS Simulator,name=iPhone 11" \
-destination "platform=iOS Simulator,name=iPhone 14" \
test | xcpretty
xcodebuild \
-workspace RInAppMessaging.xcworkspace \
-scheme RInAppMessaging-Example \
-resultBundlePath artifacts/unit-tests/RInAppMessaging-Example \
-destination "platform=iOS Simulator,name=iPhone 11" \
-destination "platform=iOS Simulator,name=iPhone 14" \
test | xcpretty
- uses: kishikawakatsumi/xcresulttool@v1
with:
Expand All @@ -40,4 +40,4 @@ jobs:
upload-bundles: false
if: success() || failure()
# ^ This is important because the action will be run
# even if the test fails in the previous step.
# even if the test fails in the previous step.

0 comments on commit 65c96fa

Please sign in to comment.