0
0
mirror of https://github.com/thegeeklab/wp-git-clone.git synced 2024-09-19 15:12:46 +02:00

add git-lfs as test dep to ci

This commit is contained in:
Robert Kaussow 2023-12-23 01:06:41 +01:00
parent b90b7c6a1a
commit 97503f5a47
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -14,4 +14,5 @@ steps:
- name: test
image: docker.io/library/golang:1.21
commands:
- apk --update add --no-cache git git-lfs
- make test