Skip to content

Commit d00d62a

Browse files
committed
#RI-6325 - Fix e2e
1 parent 329a082 commit d00d62a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,10 @@ jobs:
3333
e2e-docker-tests:
3434
runs-on: ubuntu-latest
3535
name: E2E Docker tests
36-
# environment:
37-
# name: production
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
4336
strategy:
4437
fail-fast: false
4538
matrix:
4639
# Number of threads to run tests
47-
# parallel: [0]
4840
parallel: [0, 1, 2, 3]
4941

5042
steps:

0 commit comments

Comments
 (0)