We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950b60 commit c467d56Copy full SHA for c467d56
.github/workflows/main.yml
@@ -22,11 +22,11 @@ jobs:
22
23
- name: Build docker-compose
24
run: |
25
- docker compose build
+ docker compose -f docker-compose.yml -f docker-compose-selenium.yml build
26
27
- name: Run docker-compose
28
run:
29
- APP_CONF=../app_conf/testing.ini docker compose up -d
+ APP_CONF=../app_conf/testing.ini docker compose -f docker-compose.yml -f docker-compose-selenium.yml up -d
30
31
- name: Run tests
32
0 commit comments