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 1793d5f commit 6304670Copy full SHA for 6304670
.github/workflows/run-e2e-tests.yml
@@ -157,7 +157,7 @@ jobs:
157
with:
158
python-version: 3.11
159
cache: "poetry"
160
- cache-dependency-path: "e2e/poetry.lock"
+ cache-dependency-path: "../tests/e2e/poetry.lock"
161
162
- name: Install e2e test dependencies
163
working-directory: tests/e2e
@@ -223,7 +223,7 @@ jobs:
223
224
225
226
- cache-dependency-path: "e2e_batch/poetry.lock"
+ cache-dependency-path: "../tests/e2e_batch/poetry.lock"
227
228
229
working-directory: tests/e2e_batch
0 commit comments