We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28205e3 commit e64a87bCopy full SHA for e64a87b
.github/workflows/build_and_test.yaml
@@ -9,13 +9,6 @@ jobs:
9
runs-on: macos-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - name: Build
+ - name: Build and Test
13
run: |
14
- xcodebuild build \
15
- -scheme PowerSyncSwift \
16
- -destination "platform=iOS Simulator,name=iPhone 16"
17
- - name: Test
18
- run: |
19
- xcodebuild test \
20
21
+ xcodebuild test -scheme PowerSyncSwift -destination "platform=iOS Simulator,name=iPhone 16"
0 commit comments