Skip to content

Commit

Permalink
Fix issues deploying to core cloud (#457)
Browse files Browse the repository at this point in the history
* Prevent concurrent deploys

* Add URL exception for NHS style guide

* npm audit fix

* update govuk-frontend and x-govuk-11ty-plugin
  • Loading branch information
jeff-horton-ho-sas authored Sep 13, 2024
1 parent 8f4f987 commit a57d66d
Show file tree
Hide file tree
Showing 4 changed files with 1,776 additions and 6,107 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-core-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ permissions:
id-token: write
actions: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CYPRESS_TEST_URL: localhost
CYPRESS_TEST_PORT: 8080
Expand Down
3 changes: 2 additions & 1 deletion cypress/support/link-exception-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"https://opensource.org/licenses/",
"https://opensource.org/license/mit/",
"https://www.splunk.com/en_us/blog/learn/observability.html?301=/en_us/data-insider/what-is-observability.html",
"https://www.gartner.com/en/topics/generative-ai"
"https://www.gartner.com/en/topics/generative-ai",
"https://digital.nhs.uk/about-nhs-digital/corporate-information-and-documents/our-style-guidelines/content-style-guide/a-to-z-of-writing#active,-passive"
]
Loading

0 comments on commit a57d66d

Please sign in to comment.