try setting container image to alpine
Some checks failed
UiNamed workflow / test (push) Failing after 4s
Some checks failed
UiNamed workflow / test (push) Failing after 4s
This commit is contained in:
parent
39e9865cd5
commit
8f85bb5e48
|
@ -7,6 +7,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: See empty repo
|
- name: See empty repo
|
||||||
|
|
Loading…
Reference in a new issue