Skip to content

Commit

Permalink
fix: Make sure iOS CI runs in iOS Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Nov 8, 2023
1 parent 1c0134c commit fb7d06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: swift build
run: xcodebuild -scheme InfomaniakCore build -destination "platform=iOS Simulator,name=iPhone 13,OS=latest"
- name: Test
run: swift test
run: xcodebuild -scheme InfomaniakCore test -destination "platform=iOS Simulator,name=iPhone 13,OS=latest"

build_and_test_macOS:
name: Build and Test project on macOS
Expand Down

0 comments on commit fb7d06d

Please sign in to comment.