Fix pipeline
Unittests / unittests (push) Successful in 14s Details
Unittests / deploy-dev (push) Failing after 0s Details

This commit is contained in:
Adam Štrauch 2023-11-25 19:37:59 +01:00
parent b4c0f014ef
commit 0625eabc28
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
- name: start minio
run: |
docker run -d --rm --name nodeapi_minio -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=test -e MINIO_ROOT_PASSWORD=testtest minio/minio:latest server /data --console-address :9001
- name: deps
run: apt update && apt install -y tar zstd
- name: Test
run: |
make test