Skip to content

Commit e19b4fe

Browse files
Temporarily handle legacy app build path
1 parent e4fb9b7 commit e19b4fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/actions/diff/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ runs:
2020
with:
2121
ref: ${{ github.event.pull_request.base.sha }}
2222

23+
- name: Copy base build (legacy) into workspace
24+
if: ${{ hashFiles('dist/app') != '' }}
25+
shell: bash
26+
run: mv dist/app packages/nhsuk-frontend-review/dist
27+
2328
- name: Commit base build for comparison
2429
shell: bash
2530
run: |

0 commit comments

Comments
 (0)