We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cabd43 commit 8a630aeCopy full SHA for 8a630ae
.github/workflows/benchmark.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Docker compose
35
uses: hoverkraft-tech/[email protected]
36
with:
37
- services: mysql
+ services: mysqldb
38
39
- name: Run Benchmark
40
run: ./benchmark/scripts/run_benchmark_for_db.sh mysql
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
- services: postgresql
+ services: postgresdb
63
64
65
run: ./benchmark/scripts/run_benchmark_for_db.sh postgresql
0 commit comments