try alpine and install git manually
Some checks failed
UiNamed workflow / test (push) Failing after 3s
Some checks failed
UiNamed workflow / test (push) Failing after 3s
This commit is contained in:
parent
34fdf0649e
commit
aec2243412
|
@ -8,7 +8,7 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: debian
|
||||
image: alpine
|
||||
|
||||
steps:
|
||||
- name: See empty repo
|
||||
|
@ -17,6 +17,9 @@ jobs:
|
|||
- name: See Path
|
||||
run: echo $PATH
|
||||
|
||||
- name: Install git
|
||||
run: apk add git
|
||||
|
||||
- name: See git version
|
||||
run: git -v
|
||||
|
||||
|
|
Loading…
Reference in a new issue