Skip to content

Commit

Permalink
Add needs for post steps
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 8, 2024
1 parent 2d96f28 commit af4876a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Start containers
run: make docker_up

post:
runs-on: docker
needs: docker

steps:
- name: Stop containers
if: always()
run: make docker_down
Expand Down

0 comments on commit af4876a

Please sign in to comment.