mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 12:30:38 +00:00
github/workflows: make bash more strict (#2197)
This commit is contained in:
committed by
GitHub
parent
d0494c391a
commit
539007c173
2
.github/workflows/benchmarking.yml
vendored
2
.github/workflows/benchmarking.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Setup cluster
|
||||
env:
|
||||
BENCHMARK_CONNSTR: "${{ secrets.BENCHMARK_STAGING_CONNSTR }}"
|
||||
shell: bash
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: |
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user