Skip to content

Commit c467d56

Browse files
committed
Добавлены селениум тесты
1 parent b950b60 commit c467d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
2323
- name: Build docker-compose
2424
run: |
25-
docker compose build
25+
docker compose -f docker-compose.yml -f docker-compose-selenium.yml build
2626
2727
- name: Run docker-compose
2828
run:
29-
APP_CONF=../app_conf/testing.ini docker compose up -d
29+
APP_CONF=../app_conf/testing.ini docker compose -f docker-compose.yml -f docker-compose-selenium.yml up -d
3030

3131
- name: Run tests
3232
run: |

0 commit comments

Comments
 (0)