Skip to content

Commit

Permalink
chore(pipeline): modified pipeline to use new test command
Browse files Browse the repository at this point in the history
SUITEDEV-35508


Co-authored-by: LasOri <[email protected]>
  • Loading branch information
davidSchuppa and LasOri authored Apr 9, 2024
1 parent bad5d78 commit 5a0c02a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_commit_swift_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Last commit build
name: Last commit build - Swift
on:
push:
branches: [ swift ]
Expand All @@ -11,12 +11,12 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Remove old directories
run: rm -rf ~/tmp | rm -rf ~/Library/MobileDevice
shell: bash
- name: Build And Test
run: cd HostApp && xcodebuild test -scheme HostApp -destination "platform=iOS Simulator,name=iPhone 15,OS=17.2"
run: xcodebuild -scheme EmarsysSDK test -destination "platform=iOS Simulator,name=iPhone 15,OS=latest"
shell: bash
- if: ${{ failure() }}
name: Slack Notification On Error
Expand All @@ -39,4 +39,4 @@ jobs:
job_status: 'success'
message: 'Last push build successful! :man-gesturing-ok: :bananadance:'
user_icon: 'https://www.apple.com/ac/structured-data/images/knowledge_graph_logo.png'
user_name: Emarsys SDK - iOS
user_name: Emarsys SDK - iOS

0 comments on commit 5a0c02a

Please sign in to comment.