Skip to content

Commit d0bb33b

Browse files
committed
Remove volumes in the GH action
1 parent 7b58db2 commit d0bb33b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/http-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ./run.sh "$PWD/ssl/owner/cert.pem" "${{ secrets.HTTP_TEST_OWNER_CERT_PASSWORD }}" "$PWD/ssl/secretary/cert.pem" "${{ secrets.HTTP_TEST_SECRETARY_CERT_PASSWORD }}"
5050
shell: bash
5151
working-directory: http-tests
52-
- name: Stop Docker containers
53-
run: docker compose --env-file ./http-tests/.env down
52+
- name: Stop Docker containers and remove volumes
53+
run: docker compose --env-file ./http-tests/.env down -v
5454
- name: Remove Docker containers
5555
run: docker compose --env-file ./http-tests/.env rm -f

0 commit comments

Comments
 (0)