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:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine
|
||||
|
||||
steps:
|
||||
- name: See empty repo
|
||||
|
|
Loading…
Reference in a new issue