Skip to content

Commit 3b45725

Browse files
authored
action: tear down smoke tests (#416)
1 parent f7755ea commit 3b45725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
with:
5050
terraform_version: 1.2.3
5151
- run: make smoketest/run TEST_DIR=./tf
52+
- if: always()
53+
name: Tear down
54+
run: make smoketest/all/cleanup TEST_DIR=./tf
5255
- if: always()
5356
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
5457
with:

0 commit comments

Comments
 (0)