We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262feaf commit aa9d93cCopy full SHA for aa9d93c
.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Install git-svn
36
run: sudo apt-get install --yes git git-svn expect
37
- name: 🔍 Analyze code with SonarQube
38
+ continue-on-error: true
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments