We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142b3fe commit f2da76fCopy full SHA for f2da76f
.github/workflows/ci.yml
@@ -165,6 +165,8 @@ jobs:
165
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
166
- name: Create Directory
167
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
170
- name: Start Promtail
171
uses: ./.github/actions/start-promtail
172
- name: Run Integration Tests
0 commit comments