Skip to content

Commit

Permalink
After testing on runner, using docker exec directly for brevity
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 9, 2024
1 parent 3236609 commit 02e216d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/get_memory_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,7 @@ jobs:
docker ps
- name: Run tests
uses: actions/setup-python@v4
with:
python-version: "3.11.4"
- run: |
pip3 install pytest==8.2.2
pip3 install requests==2.32.3
pip3 install python-dotenv==1.0.1
- run: |
run: |
echo "exec into container ..."
docker exec recipes-ai-server bash -c "cd tests/ && pytest"
docker compose exec server bash -c "cd tests/ && pytest"

0 comments on commit 02e216d

Please sign in to comment.