From c4add4868b85c788f2da712b37e5c843bda14dfa Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 7 Jan 2025 17:18:36 +0000 Subject: [PATCH] ci: update pytest workflow to use compose.yml file --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 41253ca..36c914a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,5 +15,6 @@ jobs: with: image_name: ghcr.io/${{ github.repository }} tag_override: ci + compose_file: compose.yml compose_service: aoi-parser compose_command: pytest