Skip to content

Commit a8ef145

Browse files
authored
chore(ci): disable local share for e2e (#2192)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 22ceeca commit a8ef145

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/nightly_e2e_tests_ceph.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
6969
echo "Download dependencies"
7070
go mod download
7171
72-
- name: Set URL
73-
working-directory: ./test/e2e/
74-
run: |
75-
echo "Set URL"
76-
task set-url:ci
77-
7872
- name: Run E2E
7973
id: e2e-tests
8074
working-directory: ./test/e2e/

.github/workflows/nightly_e2e_tests_replicated.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
6969
echo "Download dependencies"
7070
go mod download
7171
72-
- name: Set URL
73-
working-directory: ./test/e2e/
74-
run: |
75-
echo "Set URL"
76-
task set-url:ci
77-
7872
- name: Run E2E
7973
id: e2e-tests
8074
working-directory: ./test/e2e/

0 commit comments

Comments
 (0)