We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7755ea commit 3b45725Copy full SHA for 3b45725
1 file changed
.github/workflows/smoke-tests.yml
@@ -49,6 +49,9 @@ jobs:
49
with:
50
terraform_version: 1.2.3
51
- run: make smoketest/run TEST_DIR=./tf
52
+ - if: always()
53
+ name: Tear down
54
+ run: make smoketest/all/cleanup TEST_DIR=./tf
55
- if: always()
56
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
57
0 commit comments