Skip to content

Commit 8b2bac8

Browse files
author
Sriram Rao
committed
Build command changed
1 parent 5cd6c1e commit 8b2bac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20-
run: swift build -v
20+
run: xcodebuild -project diarycard.xcodeproj -scheme diarycard -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro' build
2121
- name: Run tests
22-
run: swift test -v
22+
run: xcodebuild test -project diarycard.xcodeproj -scheme diarycard -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro'

0 commit comments

Comments
 (0)