improve testing workflow
Some checks failed
test-backend / test-x86_64 (push) Failing after 2s

This commit is contained in:
2025-05-25 21:17:30 +03:00
parent c75f55c050
commit d2cdfc4fef
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
RUN apk --update add git docker docker-compose postgresql
RUN docker pull postgres
RUN --mount=type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock apk --update add git docker docker-compose postgresql
RUN --mount=type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock docker pull postgres