Skip to content

Commit 9e6d700

Browse files
authored
Merge pull request #1688 from Kobzol/dry-run-fail-pipefail
Use pipefail in dry-run workflow
2 parents 81abf27 + 985c025 commit 9e6d700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dry-run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
GITHUB_TOKEN_RUST_ANALYZER: ${{ steps.rust-analyzer-token.outputs.token }}
132132
GITHUB_TOKEN_RUST_EMBEDDED: ${{ steps.rust-embedded-token.outputs.token }}
133133
GITHUB_TOKEN_RUST_DEV_TOOLS: ${{ steps.rust-dev-tools-token.outputs.token }}
134+
# This applies pipefail, so that the tee pipeline below fails when sync-team fails.
135+
shell: bash
134136
run: |
135137
# Perform build and execution separately to avoid any potential output from
136138
# cargo leaking into the output file.

0 commit comments

Comments
 (0)