We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a7bf commit cc3e7c7Copy full SHA for cc3e7c7
.github/workflows/stage-4-acceptance.yaml
@@ -150,6 +150,7 @@ jobs:
150
path: "tests/test-team/playwright-report"
151
environment-tear-down:
152
name: "Environment tear down"
153
+ if: success() || failure()
154
runs-on: ubuntu-latest
155
needs: [test-accessibility, test-ui-component]
156
environment: dev
README.md
@@ -1,7 +1,5 @@
1
# NHS Notify Template Management (WebUI) Repository
2
3
-Dummy change
4
-
5
## Setting up locally
6
7
### Git
0 commit comments