You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ This repository documents the Supplier API specification and provides an SDK wit
23
23
-[Setup](#setup)
24
24
-[Prerequisites and Configuration](#prerequisites-and-configuration)
25
25
-[Build](#build)
26
+
-[GitHub Actions CI/CD](#github-actions-cicd)
27
+
-[CI (Automatic)](#ci-automatic)
28
+
-[CD (Manual)](#cd-manual)
26
29
-[Licence](#licence)
27
30
28
31
## Documentation
@@ -68,6 +71,24 @@ by default they will be available at [http://localhost:3050](http://localhost:30
68
71
69
72
These are generated using [https://hub.docker.com/r/openapitools/openapi-generator-cli](https://hub.docker.com/r/openapitools/openapi-generator-cli)
70
73
74
+
## GitHub Actions CI/CD
75
+
76
+
### CI (Automatic)
77
+
78
+
PRs will run the [CI workflow](https://github.com/NHSDigital/nhs-notify-supplier-api/actions/workflows/cicd-1-pull-request.yaml)
79
+
for testing.
80
+
81
+
PRs that are merged to main will run the same [CI workflow](https://github.com/NHSDigital/nhs-notify-supplier-api/actions/workflows/cicd-1-pull-request.yaml)
0 commit comments