Skip to content

Commit 2f0463f

Browse files
fix(build.yml): Update SSR test to use new project UUID due to missing
item on 2025.02.00 dump
1 parent 82b09e6 commit 2f0463f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
# the name of the project. If it does, then SSR is working.
236236
- name: Verify SSR on a Project page
237237
run: |
238-
result=$(wget -O- -q http://127.0.0.1:4000/entities/project/1e3451e4-60d7-46a8-962e-5b94b62c63ff)
238+
result=$(wget -O- -q http://127.0.0.1:4000/entities/project/28f8f49a-1aaf-4acc-93a9-203f3cf7ba62)
239239
echo "$result"
240240
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Test DSC-1819"
241241

0 commit comments

Comments
 (0)