Skip to content

Commit

Permalink
add image test (not sure there's docker support)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 committed Oct 3, 2024
1 parent 5e0bd82 commit 2b4e4e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/finetuning-service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b4e4e4

Please sign in to comment.