Merge pull request #2432 from cheahjs/feat/a1111-integration-test

ci: add image gen with automatic1111 to integration test
This commit is contained in:
Timothy Jaeryang Baek
2024-05-21 07:36:33 -10:00
committed by GitHub
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