Skip to content

Commit 3aa82c9

Browse files
committed
refactor: move euo pipefail to shell
1 parent 8b4856c commit 3aa82c9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

start-test-validator/action.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ runs:
2424
steps:
2525
- name: Start validator
2626
id: start
27-
shell: bash
27+
shell: bash -euo pipefail {0}
2828
env:
2929
LEDGER_DIR_INPUT: ${{ inputs.ledger-dir }}
3030
run: |
31-
set -euo pipefail
32-
3331
RPC_URL="http://127.0.0.1:8899"
3432
LEDGER_DIR="$LEDGER_DIR_INPUT"
3533
if [ -z "$LEDGER_DIR" ]; then

0 commit comments

Comments
 (0)