Skip to content

Commit e73de77

Browse files
Update .github/workflows/sonar.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8309876 commit e73de77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030

3131
- name: Generate Sonar Report
3232
env:
33-
TESTING_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
33+
- TESTING_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
34+
+ TESTING_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports['2379'] }}
3435
run: go test -coverpkg=./... -coverprofile=coverage.out -json ./... > sonar-report.json
3536

3637
- name: Upload coverage reports to Sonar

0 commit comments

Comments
 (0)