This commit is contained in:
parent
0725b352c6
commit
797bc6d654
@ -4,7 +4,7 @@ name: testing
|
||||
|
||||
steps:
|
||||
- name: unittests
|
||||
image: golang:1.17-buster
|
||||
image: golang:1.18-bullseye
|
||||
environment:
|
||||
SNAPSHOTS_S3_ENDPOINT: minio:9000
|
||||
TEST_S3_ENDPOINT: minio:9000
|
||||
@ -12,6 +12,8 @@ steps:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- apt update && apt upgrade -y
|
||||
- apt install tar zstd
|
||||
- sleep 10
|
||||
- go mod tidy
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user