Skip to content

Commit b596fec

Browse files
committed
CCM-7478: Attempt to fail Sonar quality gate
1 parent dc56cd5 commit b596fec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
- name: Static analysis
7272
env:
7373
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
74-
run: make static-analysis
74+
run: |
75+
echo ${{ github.event.pull_request.head.ref }}
76+
make static-analysis
7577
7678
- name: Compile spec
7779
run: make publish

0 commit comments

Comments
 (0)