Skip to content

Commit e64a87b

Browse files
author
DominicGBauer
committed
fix: ci issue
1 parent 28205e3 commit e64a87b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ jobs:
99
runs-on: macos-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Build
12+
- name: Build and Test
1313
run: |
14-
xcodebuild build \
15-
-scheme PowerSyncSwift \
16-
-destination "platform=iOS Simulator,name=iPhone 16"
17-
- name: Test
18-
run: |
19-
xcodebuild test \
20-
-scheme PowerSyncSwift \
21-
-destination "platform=iOS Simulator,name=iPhone 16"
14+
xcodebuild test -scheme PowerSyncSwift -destination "platform=iOS Simulator,name=iPhone 16"

0 commit comments

Comments
 (0)