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

This commit is contained in:
2025-05-25 20:00:36 +03:00
parent 642c1fa944
commit 4ce073f745
3 changed files with 29 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk --update add git docker docker-compose postgresql
RUN docker pull postgres