Skip to content

Commit 6304670

Browse files
committed
test paths: run-e2e-tests
1 parent 1793d5f commit 6304670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
python-version: 3.11
159159
cache: "poetry"
160-
cache-dependency-path: "e2e/poetry.lock"
160+
cache-dependency-path: "../tests/e2e/poetry.lock"
161161

162162
- name: Install e2e test dependencies
163163
working-directory: tests/e2e
@@ -223,7 +223,7 @@ jobs:
223223
with:
224224
python-version: 3.11
225225
cache: "poetry"
226-
cache-dependency-path: "e2e_batch/poetry.lock"
226+
cache-dependency-path: "../tests/e2e_batch/poetry.lock"
227227

228228
- name: Install e2e test dependencies
229229
working-directory: tests/e2e_batch

0 commit comments

Comments
 (0)