Skip to content

Commit

Permalink
add timeout to action
Browse files Browse the repository at this point in the history
  • Loading branch information
jirathip-k committed Oct 11, 2023
1 parent d9dfbce commit 0d9de89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/App-Testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Run pytest
run: docker exec backend pytest -vv -s
timeout-minutes: 3

- name: Stop and remove Docker container
run: docker-compose -f docker-compose-dev.yaml down -v

0 comments on commit 0d9de89

Please sign in to comment.