From 52ffd4915267af850eded8d5de8a33303e0d5fdc Mon Sep 17 00:00:00 2001 From: Richard Stanley <2528387+citizenrich@users.noreply.github.com> Date: Mon, 17 May 2021 22:02:36 -0400 Subject: [PATCH] change docker compose github action to remove after running --- .github/workflows/compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compose.yml b/.github/workflows/compose.yml index 86632c6a..ca35e371 100644 --- a/.github/workflows/compose.yml +++ b/.github/workflows/compose.yml @@ -15,4 +15,6 @@ jobs: - name: sleep run: sleep 240 - name: wget - run: wget --no-check-certificate https://localhost:3000/crux/ \ No newline at end of file + run: wget --no-check-certificate https://localhost:3000/crux/ + - name: down + run: docker-compose -f docker-compose.cicd.yml down \ No newline at end of file