Skip to content

Commit cc3e7c7

Browse files
author
Fawad Ali
committed
CCM-7246: update teardown job to run with success or failure
1 parent 474a7bf commit cc3e7c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
path: "tests/test-team/playwright-report"
151151
environment-tear-down:
152152
name: "Environment tear down"
153+
if: success() || failure()
153154
runs-on: ubuntu-latest
154155
needs: [test-accessibility, test-ui-component]
155156
environment: dev

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# NHS Notify Template Management (WebUI) Repository
22

3-
Dummy change
4-
53
## Setting up locally
64

75
### Git

0 commit comments

Comments
 (0)