Skip to content

Commit

Permalink
Fix hanging actions and remove start script
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoscieln committed May 14, 2024
1 parent 497dcdb commit 600fb2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install -r src/requirements.txt
- name: Start services
run: |
docker-compose up
docker-compose up -d
- name: Test
run: |
pytest
5 changes: 0 additions & 5 deletions start_api.sh

This file was deleted.

0 comments on commit 600fb2d

Please sign in to comment.