test uses bash

This commit is contained in:
alex 2026-07-14 14:56:35 +08:00
parent 5ce7fe4cdd
commit a16c640ff1

View File

@ -5,6 +5,10 @@ on:
tags: tags:
- '*' - '*'
defaults:
run:
shell: bash --login -eo pipefail {0}
jobs: jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted