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