Skip to content

Commit 5be6f39

Browse files
committed
add temp status check
1 parent b04704e commit 5be6f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
174174
OS_RELEASE="${{ matrix.container.image }}" OS_VERSION="${{ matrix.container.version }}" \
175-
make integration-test | tee ${{github.workspace}}/test/dashboard/logs/${{github.job}}.${{matrix.container.image}}.${{matrix.container.version}}/raw_logs.log && exit "${PIPESTATUS[0]}"
175+
make integration-test | tee ${{github.workspace}}/test/dashboard/logs/${{github.job}}.${{matrix.container.image}}.${{matrix.container.version}}/raw_logs.log && echo "${PIPESTATUS}" && exit "${PIPESTATUS[0]}"
176176
- name: Generate Test Results
177177
if: always()
178178
run: bash ./scripts/workflow/generate_results.sh ${{job.status}} ${{env.START_TIME}} ${{github.job}}

0 commit comments

Comments
 (0)