Skip to content

Commit d4f7fee

Browse files
committed
fix build output location
1 parent 0b7033e commit d4f7fee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
4444
- name: Verify test bundle
4545
run: |
46-
ls -la build/Build/Products/Debug/
47-
ls -la build/Build/Products/Debug/FormbricksSDKTests.xctest || echo "Test bundle not found"
46+
ls -la build/Build/Products/
47+
ls -la build/Build/Products/Debug-iphonesimulator/
48+
ls -la build/Build/Products/Debug-iphonesimulator/FormbricksSDKTests.xctest || echo "Test bundle not found"
4849
4950
- name: Run tests
5051
run: |

0 commit comments

Comments
 (0)