Skip to content

Commit

Permalink
ci: update running workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lelouvincx committed Dec 10, 2023
1 parent 6bed9ec commit 3f6be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
run: docker-compose version && docker-compose -f app/tests/docker-compose.yml --project-directory . up -d

- name: View running services
run: docker-compose -f app/tests/docker-compose.yml ps -a && sleep 15
run: docker-compose -f app/tests/docker-compose.yml --project-directory . ps -a && sleep 15

- name: Unit tests
run: docker-compose -f app/tests/docker-compose.yml --project-directory . exec upstream-app python -m pytest --log-cli-level info -p no:warnings -v /app/tests
Expand Down

0 comments on commit 3f6be43

Please sign in to comment.