File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,12 @@ jobs:
30
30
- name : 🧪 Run Tests
31
31
run : flutter test --machine --coverage > tests.output
32
32
33
- - name : 🛠️ Install sonar-scanner
33
+ - name : 🪲 Run Sonar
34
34
run : |
35
35
sudo apt-get install -y openjdk-11-jdk
36
36
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.1.0.4477-linux-x64.zip
37
37
unzip sonar-scanner-cli-6.1.0.4477-linux-x64.zip
38
- export PATH=$PATH:$PWD/sonar-scanner-6.1.0.4477-linux/bin
39
-
40
- - name : 🪲 Run Sonar
41
- run : sonar-scanner -Dsonar.token=${{secrets.SONAR_TOKEN}} -Dsonar.host.url=${{secrets.SONAR_HOST_URL}}
38
+ ./sonar-scanner-6.1.0.4477-linux/binsonar-scanner \
39
+ -Dsonar.token=${{secrets.SONAR_TOKEN}} \
40
+ -Dsonar.host.url=${{secrets.SONAR_HOST_URL}}
42
41
You can’t perform that action at this time.
0 commit comments