ci: try with sh instead of bash
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
name: Test alpine
|
name: Test alpine
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: sh
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user