Skip to content

Commit b42f66b

Browse files
committed
Update github workflows for SPM build and test
1 parent 2d242f9 commit b42f66b

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v3
17-
- name: Install Utilities
18-
run: |
19-
brew install automake
20-
brew install libtool
21-
- name: Install
22-
run: pod install
16+
uses: actions/checkout@v4
2317
- name: Build
24-
run: xcodebuild build-for-testing -workspace proj-ios.xcworkspace -scheme proj-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'
18+
run: swift build
19+
- name: Test
20+
run: swift test

0 commit comments

Comments
 (0)