Skip to content

Commit 8a630ae

Browse files
fix: docker-compose service names
1 parent 2cabd43 commit 8a630ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Docker compose
3535
uses: hoverkraft-tech/[email protected]
3636
with:
37-
services: mysql
37+
services: mysqldb
3838

3939
- name: Run Benchmark
4040
run: ./benchmark/scripts/run_benchmark_for_db.sh mysql
@@ -59,7 +59,7 @@ jobs:
5959
- name: Docker compose
6060
uses: hoverkraft-tech/[email protected]
6161
with:
62-
services: postgresql
62+
services: postgresdb
6363

6464
- name: Run Benchmark
6565
run: ./benchmark/scripts/run_benchmark_for_db.sh postgresql

0 commit comments

Comments
 (0)