Skip to content

Commit

Permalink
feat: full CD, change in app/cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Sep 12, 2024
1 parent 10642a3 commit 0bc5236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ jobs:
full-regression-test:
name: Run Full Regression Tests
if: ${{ needs.smoke-test.result == 'success' }}
needs: smoke-test
uses: dvsa/vol-functional-tests/.github/workflows/e2etest.yaml@main
with:
platform_env: dev
Expand Down
2 changes: 1 addition & 1 deletion app/cdn/assets/_styles/components/radios.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Temporary override to support how some hints are being defined in translation keys for radio option labels.
* Can be removed on resolution of: https://dvsa.atlassian.net/browse/VOL-5688
* Can be removed on resolution of: https://dvsa.atlassian.net/browse/VOL-5688 which updated the radio button generation
*/
.govuk-radios__label {
display: flex;
Expand Down

0 comments on commit 0bc5236

Please sign in to comment.