We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8936d0b commit 4ba298fCopy full SHA for 4ba298f
1 file changed
.github/workflows/test-all-erigon.yml
@@ -63,13 +63,6 @@ jobs:
63
SKIP_FLAKY_TESTS: 'true'
64
run: make test-all
65
66
- - name: Report uncached test packages
67
- if: always()
68
- run: |
69
- if [ -f run.log ]; then
70
- awk '/^ok/ && !/\(cached\)/ { print "::notice::" $2 " ran without test cache (" $3 ")" }' run.log
71
- fi
72
-
73
- name: SonarCloud scan in case OS Linux
74
if: runner.os == 'Linux'
75
uses: SonarSource/sonarqube-scan-action@v7
0 commit comments