try alpine and install git manually
Some checks failed
UiNamed workflow / test (push) Failing after 3s

This commit is contained in:
Julien Oculi 2024-06-25 16:30:36 +02:00
parent 34fdf0649e
commit aec2243412

View file

@ -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