2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Docker compose with build step

This commit is contained in:
Ruben Perez
2024-04-01 12:05:42 +02:00
committed by Marcelo
parent 122ffb20b2
commit 35276b6acb
3 changed files with 12 additions and 15 deletions

View File

@@ -222,7 +222,6 @@ jobs:
- name: Set up a Redis server
run: |
cd tools
chmod 777 tls/*
docker compose up -d --wait || (docker compose logs; exit 1)
- name: Setup Boost