Skip to content

Commit 138be19

Browse files
committed
What?
1 parent 65fbb2b commit 138be19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
working-directory: ./coverage
2828
run: |
2929
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.json
30-
- name: print coverage
31-
working-directory: ./coverage
32-
run: cat coverage.json
30+
- name: print project
31+
working-directory: ./
32+
run: ls -la
3333
- name: SonarCloud Scan
3434
uses: sonarsource/sonarcloud-github-action@master
3535
env:

0 commit comments

Comments
 (0)