Skip to content

Commit fe8ad99

Browse files
authored
chore: rename docker compose files (#111)
1 parent dcfeb6f commit fe8ad99

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
redis: ['7.0.1', '6.2.7']
4242
ruby: ['3.1', '3.0', '2.7']
4343
driver: ['ruby', 'hiredis']
44-
docker: ['docker-compose.yaml', 'docker-compose.ssl.yaml']
44+
docker: ['compose.yaml', 'compose.ssl.yaml']
4545
runs-on: ubuntu-latest
4646
env:
4747
REDIS_VERSION: ${{ matrix.redis }}
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
REDIS_VERSION: '7.0.1'
7878
REDIS_REPLICA_SIZE: '2'
79-
DOCKER_COMPOSE_FILE: 'docker-compose.replica.yaml'
79+
DOCKER_COMPOSE_FILE: 'compose.replica.yaml'
8080
steps:
8181
- name: Check out code
8282
uses: actions/checkout@v3
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
REDIS_VERSION: ${{ matrix.redis }}
110110
REDIS_REPLICA_SIZE: '2'
111-
DOCKER_COMPOSE_FILE: 'docker-compose.replica.yaml'
111+
DOCKER_COMPOSE_FILE: 'compose.replica.yaml'
112112
steps:
113113
- name: Check out code
114114
uses: actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
env:
141141
REDIS_VERSION: ${{ matrix.redis }}
142-
DOCKER_COMPOSE_FILE: 'docker-compose.yaml'
142+
DOCKER_COMPOSE_FILE: 'compose.yaml'
143143
RESTART_POLICY: 'no'
144144
steps:
145145
- name: Check out code
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ubuntu-latest
172172
env:
173173
REDIS_VERSION: ${{ matrix.redis }}
174-
DOCKER_COMPOSE_FILE: 'docker-compose.scale.yaml'
174+
DOCKER_COMPOSE_FILE: 'compose.scale.yaml'
175175
steps:
176176
- name: Check out code
177177
uses: actions/checkout@v3
@@ -200,7 +200,7 @@ jobs:
200200
runs-on: ubuntu-latest
201201
env:
202202
REDIS_VERSION: '7.0.1'
203-
DOCKER_COMPOSE_FILE: 'docker-compose.nat.yaml'
203+
DOCKER_COMPOSE_FILE: 'compose.nat.yaml'
204204
steps:
205205
- name: Check out code
206206
uses: actions/checkout@v3
@@ -266,7 +266,7 @@ jobs:
266266
runs-on: ubuntu-latest
267267
env:
268268
REDIS_VERSION: '7.0.1'
269-
DOCKER_COMPOSE_FILE: 'docker-compose.latency.yaml'
269+
DOCKER_COMPOSE_FILE: 'compose.latency.yaml'
270270
REDIS_REPLICA_SIZE: '2'
271271
REDIS_CLIENT_MAX_THREADS: '5'
272272
DELAY_TIME: '2ms'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)