Skip to content

Commit 26b51b4

Browse files
committed
[DSC-2505] Fix check on collection
1 parent 9ea9eed commit 26b51b4

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
@@ -213,7 +213,7 @@ jobs:
213213
run: |
214214
result=$(wget -O- -q http://127.0.0.1:4000/collections/caf04bfa-b2f6-40d3-90d2-aa0b86d92f8d)
215215
echo "$result"
216-
echo "$result" | grep -oE "<h1 [^>]*>[^><]*</h1>" | grep Publications
216+
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Publications"
217217
218218
# Get a specific publication in our test data and verify that the <meta name="title"> tag includes
219219
# the title of this publication. If it does, then SSR is working.

0 commit comments

Comments
 (0)