We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729e6a1 commit eb66f07Copy full SHA for eb66f07
.github/workflows/ci.yml
@@ -169,8 +169,8 @@ jobs:
169
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
170
- name: Create Directory
171
run: mkdir -p ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}${{matrix.container.version}}/
172
- - name: Start Promtail
173
- uses: ./.github/actions/start-promtail
+# - name: Start Promtail
+# uses: ./.github/actions/start-promtail
174
- name: Run Integration Tests
175
run: |
176
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
0 commit comments