From 2b4e4e4a79cab25d6083c8bb7185cc5b1ab039e1 Mon Sep 17 00:00:00 2001 From: Stuart Siegel <12914116+ssiegel95@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:13:41 -0400 Subject: [PATCH] add image test (not sure there's docker support) --- .github/workflows/finetuning-service-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/finetuning-service-test.yml b/.github/workflows/finetuning-service-test.yml index 3925e786..11b7659a 100644 --- a/.github/workflows/finetuning-service-test.yml +++ b/.github/workflows/finetuning-service-test.yml @@ -39,4 +39,10 @@ jobs: cd services/finetuning make boilerplate pytest tests + - name: Test image server tsfmfinetuning service with pytest + run: | + source .venv/bin/activate + cd services/finetuning + make image + make test_image \ No newline at end of file