Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymiiOrg authored May 4, 2024
1 parent 57df22c commit 7d012c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-test-and-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,8 @@ jobs:
shell: bash
working-directory: ${{runner.workspace}}/build
run: ls -la

- name: ls
shell: bash
run: ls -la


- name: Run sonar-scanner
working-directory: ${{runner.workspace}}/build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sonar.projectVersion=1.1.3
sonar.sources=src/

# use complation database
sonar.cfamily.compile-commands=compile_commands.json
sonar.cfamily.compile-commands=../build/compile_commands.json

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 7d012c8

Please sign in to comment.