feat: add image gen with automatic1111 to integration test

This commit is contained in:
Jun Siang Cheah
2024-05-20 08:56:18 +01:00
parent 009e85d56e
commit a937f6504a
5 changed files with 60 additions and 2 deletions

View File

@@ -20,7 +20,11 @@ jobs:
- name: Build and run Compose Stack
run: |
docker compose --file docker-compose.yaml --file docker-compose.api.yaml up --detach --build
docker compose \
--file docker-compose.yaml \
--file docker-compose.api.yaml \
--file docker-compose.a1111-test.yaml \
up --detach --build
- name: Wait for Ollama to be up
timeout-minutes: 5