Skip to content

Commit

Permalink
force stop tests containers
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorixx committed Mar 31, 2024
1 parent fcf7e72 commit af45db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v1
- name: Docker down
run: docker compose -p test_codebattles -f test-docker-compose.yml down
- name: Docker up
run: docker compose -p test_codebattles -f test-docker-compose.yml up -d
- name: Sleep for 30 seconds
Expand Down

0 comments on commit af45db0

Please sign in to comment.