1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 22:40:42 +08:00

Set -euo pipefail in diffcalc workflows

This commit is contained in:
Dan Balasescu
2024-11-11 12:47:55 +09:00
Unverified
parent d39a46f861
commit 2767054286
2 changed files with 8 additions and 0 deletions
@@ -32,6 +32,10 @@ env:
GENERATOR_DIR: ${{ github.workspace }}/${{ inputs.id }}
GENERATOR_ENV: ${{ github.workspace }}/${{ inputs.id }}/.env
defaults:
run:
shell: bash -euo pipefail {0}
jobs:
environment:
name: Setup environment