Skip to content

Commit f2da76f

Browse files
committed
prune container before starting promtail
1 parent 142b3fe commit f2da76f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
166166
- name: Create Directory
167167
run: mkdir -p ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}${{matrix.container.version}}/
168+
- name: Clean Docker
169+
run: docker system prune -f
168170
- name: Start Promtail
169171
uses: ./.github/actions/start-promtail
170172
- name: Run Integration Tests

0 commit comments

Comments
 (0)