Skip to content

Commit 7d8af2a

Browse files
committed
testing sonar
1 parent f619d31 commit 7d8af2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- sonar # Temporary for testing
78
pull_request:
89
types: [opened, synchronize, reopened]
910

@@ -48,4 +49,4 @@ jobs:
4849
run: bundle exec fastlane sonarqube
4950
env:
5051
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
SONAR_TOKEN: ${{ secrets.SONARCLOUD_KEY }}
52+
SONAR_TOKEN: ${{ secrets.SONARCLOUD_KEY }}

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default_platform(:ios)
1818
platform :ios do
1919
desc "Lane to run the unit tests"
2020
lane :unit_tests do
21-
run_tests(device: "iPhone SE (3rd generation)", scheme: "OSInAppBrowserLib",
21+
run_tests(device: "iPhone 15", scheme: "OSInAppBrowserLib",
2222
slack_url: ENV['SLACK_WEBHOOK'])
2323
end
2424

0 commit comments

Comments
 (0)