add mongo data folder to ci
This commit is contained in:
parent
0497d85a1b
commit
b5021330fa
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ steps:
|
|||
event: [push, pull_request]
|
||||
image: docker.io/library/ubuntu:noble
|
||||
commands:
|
||||
- mkdir /opt/my-mongo
|
||||
- apt update
|
||||
- apt install -y ca-certificates curl golang
|
||||
- go get
|
||||
|
|
Loading…
Reference in a new issue