Skip to content

Commit 96cf876

Browse files
fix: add env paths to benchmark.yml
1 parent 2783072 commit 96cf876

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: xom9ikk/dotenv@v2.3.0
3636
with:
3737
load-mode: strict
38+
path: benchmark/.env
3839

3940
- name: Docker compose
4041
uses: hoverkraft-tech/compose-action@v1.5.1
@@ -70,6 +71,7 @@ jobs:
7071
uses: xom9ikk/dotenv@v2.3.0
7172
with:
7273
load-mode: strict
74+
path: benchmark/.env
7375

7476
- name: Docker compose
7577
uses: hoverkraft-tech/compose-action@v1.5.1
@@ -105,6 +107,7 @@ jobs:
105107
uses: xom9ikk/dotenv@v2.3.0
106108
with:
107109
load-mode: strict
110+
path: benchmark/.env
108111

109112
- name: Docker compose
110113
uses: hoverkraft-tech/compose-action@v1.5.1
@@ -140,6 +143,7 @@ jobs:
140143
uses: xom9ikk/dotenv@v2.3.0
141144
with:
142145
load-mode: strict
146+
path: benchmark/.env
143147

144148
- name: Docker compose
145149
uses: hoverkraft-tech/compose-action@v1.5.1
@@ -175,6 +179,7 @@ jobs:
175179
uses: xom9ikk/dotenv@v2.3.0
176180
with:
177181
load-mode: strict
182+
path: benchmark/.env
178183

179184
- name: Run Benchmark
180185
run: ./scripts/run_single_benchmark.sh sqlite reads
@@ -205,6 +210,7 @@ jobs:
205210
uses: xom9ikk/dotenv@v2.3.0
206211
with:
207212
load-mode: strict
213+
path: benchmark/.env
208214

209215
- name: Run Benchmark
210216
run: ./scripts/run_single_benchmark.sh sqlite writes

0 commit comments

Comments
 (0)