Skip to content

Commit 6a247d8

Browse files
committed
#RI-6325 - Fix e2e tests for SSH
1 parent 6172411 commit 6a247d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
name: E2E Docker tests
3636
# environment:
3737
# name: production
38-
container:
39-
image: docker:latest
40-
options: --privileged
41-
volumes:
42-
- /usr/src/app/results:/usr/src/app/results
43-
- /usr/src/app/report:/usr/src/app/report
38+
# container:
39+
# image: docker:latest
40+
# volumes:
41+
# - /usr/src/app/results:/usr/src/app/results
42+
# - /usr/src/app/report:/usr/src/app/report
4443
strategy:
4544
fail-fast: false
4645
matrix:

0 commit comments

Comments
 (0)