mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
github/workflows: make bash more strict (#2197)
This commit is contained in:
committed by
GitHub
parent
d0494c391a
commit
539007c173
@@ -5,7 +5,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Merge coverage data
|
||||
shell: bash -ex {0}
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: scripts/coverage "--profraw-prefix=$GITHUB_JOB" --dir=/tmp/coverage merge
|
||||
|
||||
- name: Upload coverage data
|
||||
|
||||
Reference in New Issue
Block a user