Skip to content

Commit 42fbf44

Browse files
authored
chore(ci): change path of e2e artifacts (#1476)
e2e artifacts are created in runner temp dir after PR #1470 Signed-off-by: Ivan Mikheykin <[email protected]>
1 parent c6cff23 commit 42fbf44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly_e2e_tests_ceph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: always()
8181
with:
8282
name: resources_from_failed_tests
83-
path: /tmp/e2e_failed__*
83+
path: ${{ runner.temp }}/e2e_failed__*
8484
if-no-files-found: ignore
8585

8686
- name: Save results

.github/workflows/nightly_e2e_tests_replicated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: always()
8181
with:
8282
name: resources_from_failed_tests
83-
path: /tmp/e2e_failed__*
83+
path: ${{ runner.temp }}/e2e_failed__*
8484
if-no-files-found: ignore
8585

8686
- name: Save results

0 commit comments

Comments
 (0)