Skip to content

Commit 06e68bf

Browse files
committed
update action
1 parent 8fcd402 commit 06e68bf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ jobs:
3131
- name: Install Dependencies
3232
run: swift package resolve
3333

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() }}
34+
- name: Test with iPhone Simulator
4235
run: |
4336
xcodebuild test \
4437
-scheme 'FormbricksSDK' \

0 commit comments

Comments
 (0)