add mongo data folder to ci

This commit is contained in:
Late Night Defender 2024-05-16 16:32:41 +07:00
parent 0497d85a1b
commit b5021330fa

View file

@ -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