Skip to content

Commit 3a0e057

Browse files
save html site to output file
1 parent b8c0f4a commit 3a0e057

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ jobs:
6262
cd integration
6363
npm start &
6464
sleep 60
65-
curl http://localhost:3000 || exit 1
65+
curl http://localhost:3000 -o output.html || exit 1
66+
67+
- name: Validate Rendered Output
68+
run: |
69+
cd integration
70+
grep "fetch-loading" output.html || (cat output.html && exit 1)

0 commit comments

Comments
 (0)