We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcd402 commit 06e68bfCopy full SHA for 06e68bf
.github/workflows/sonarqube.yml
@@ -31,14 +31,7 @@ jobs:
31
- name: Install Dependencies
32
run: swift package resolve
33
34
- # Run tests for the package using Swift Package Manager
35
- - name: Test with SPM
36
- run: |
37
- swift test
38
-
39
- # Alternative test command if Swift test doesn't work
40
- - name: Test with Xcode if needed
41
- if: ${{ failure() }}
+ - name: Test with iPhone Simulator
42
run: |
43
xcodebuild test \
44
-scheme 'FormbricksSDK' \
0 commit comments