Skip to content

Commit 82e8d9d

Browse files
committed
update shell
1 parent 2b362cc commit 82e8d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
defaults:
7474
run:
7575
# Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.
76-
shell: bash
76+
shell: bash -e -o pipefail {0}
7777

7878
runs-on: ${{ inputs.runner }}
7979

.github/workflows/pytest_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
defaults:
4848
run:
4949
# Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.
50-
shell: bash
50+
shell: bash -e -o pipefail {0}
5151

5252
runs-on: ${{ inputs.runner }}
5353
container: ${{ (contains(inputs.runner, 'linux-x86') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest') ||

0 commit comments

Comments
 (0)