Skip to content

Commit 4ba298f

Browse files
committed
ci: remove uncached test packages notice step
1 parent 8936d0b commit 4ba298f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test-all-erigon.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ jobs:
6363
SKIP_FLAKY_TESTS: 'true'
6464
run: make test-all
6565

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-
7366
- name: SonarCloud scan in case OS Linux
7467
if: runner.os == 'Linux'
7568
uses: SonarSource/sonarqube-scan-action@v7

0 commit comments

Comments
 (0)