Skip to content

Commit

Permalink
changed command for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agennadi committed Nov 14, 2024
1 parent e9cbf28 commit c7f2995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
run: docker compose up -d

- name: Run Backend Tests
run: docker compose exec backend pytest database/tests
run: docker compose run backend pytest database/tests

- name: Run Frontend Tests
run: docker compose exec frontend npm test
run: docker compose run frontend npm test

- name: Clean Up
run: docker compose down --volumes
Expand Down

0 comments on commit c7f2995

Please sign in to comment.