Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Haarolean committed Apr 11, 2024
1 parent 648d831 commit 319da7b
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-automation.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
id: compose_app
# use the following command until #819 will be fixed
run: |
docker-compose -f e2e-tests/docker/selenoid-git.yaml up -d
docker-compose -f e2e-tests/selenoid/selenoid-ci.yaml up -d
docker-compose -f ./documentation/compose/e2e-tests.yaml up -d
- name: Run test suite
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
id: compose_app
# use the following command until #819 will be fixed
run: |
docker-compose -f e2e-tests/docker/selenoid-git.yaml up -d
docker-compose -f e2e-tests/selenoid/selenoid-ci.yaml up -d
docker-compose -f ./documentation/compose/e2e-tests.yaml up -d
- name: Run test suite
2 changes: 1 addition & 1 deletion .github/workflows/e2e-weekly.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
id: compose_app
# use the following command until #819 will be fixed
run: |
docker-compose -f e2e-tests/docker/selenoid-git.yaml up -d
docker-compose -f e2e-tests/selenoid/selenoid-ci.yaml up -d
docker-compose -f ./documentation/compose/e2e-tests.yaml up -d
- name: Run test suite
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ services:
- OVERRIDE_VIDEO_OUTPUT_DIR=../docker/selenoid/video
ports:
- "4444:4444"
command: [ "-limit", "5", "-conf", "/etc/selenoid/browsers-github.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs" ]
command: [ "-limit", "5", "-conf", "/etc/selenoid/browsers-ci.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs" ]

# https://github.com/aerokube/selenoid-ui/releases
selenoid-ui:

0 comments on commit 319da7b

Please sign in to comment.