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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user